mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 23:56:37 +00:00
build(deps): bump toml_edit from 0.22.24 to 0.22.25 in the deps group
Bumps the deps group with 1 update: [toml_edit](https://github.com/toml-rs/toml). Updates `toml_edit` from 0.22.24 to 0.22.25 - [Commits](https://github.com/toml-rs/toml/compare/v0.22.24...v0.22.25) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.22.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b4df017ff7
commit
805b843a43
3 changed files with 13 additions and 6 deletions
|
@ -21,7 +21,7 @@ serde = { version = "1.0.163", features = ["derive"] }
|
|||
serde-tuple-vec-map = "1.0.1"
|
||||
serde_json = "1.0.107"
|
||||
thiserror = "2.0.11"
|
||||
toml_edit = { version = "0.22.12", features = ["serde"] }
|
||||
toml_edit = { version = "0.22.25", features = ["serde"] }
|
||||
url = { version = "2.5.4", features = ["serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -39,7 +39,7 @@ url = "2.5.4"
|
|||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
||||
toml_edit = { version = "0.22.12", features = ["serde"] }
|
||||
toml_edit = { version = "0.22.25", features = ["serde"] }
|
||||
binstalk-downloader = { version = "0.13.17", path = "../binstalk-downloader", default-features = false, features = [
|
||||
"rustls",
|
||||
] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue