mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump toml_edit from 0.14.4 to 0.15.0 (#500)
This commit is contained in:
parent
78b9e820c3
commit
3530f94243
2 changed files with 14 additions and 4 deletions
|
@ -48,7 +48,7 @@ thiserror = "1.0.37"
|
|||
tinytemplate = "1.2.1"
|
||||
# parking_lot - for OnceCell::const_new
|
||||
tokio = { version = "1.21.2", features = ["macros", "rt", "process", "sync", "signal", "time", "parking_lot"], default-features = false }
|
||||
toml_edit = { version = "0.14.4", features = ["easy"] }
|
||||
toml_edit = { version = "0.15.0", features = ["easy"] }
|
||||
tower = { version = "0.4.13", features = ["limit", "util"] }
|
||||
trust-dns-resolver = { version = "0.21.2", optional = true, default-features = false, features = ["dnssec-ring"] }
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue