Bump to config 0.13

This commit is contained in:
Nick Mathewson 2022-04-25 16:13:21 -04:00
parent fe0e5b4ded
commit 6b5cefcccf
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -675,9 +675,9 @@ dependencies = [
[[package]]
name = "config"
version = "0.12.0"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ad70579325f1a38ea4c13412b82241c5900700a69785d73e2736bd65a33f86"
checksum = "3ea917b74b6edfb5024e3b55d3c8f710b5f4ed92646429601a42e96f0812b31b"
dependencies = [
"async-trait",
"lazy_static",

View File

@ -17,7 +17,7 @@ tor-circmgr = { package = "tor-circmgr", path = "../tor-circmgr", version = "0.2
tor-config = { package = "tor-config", path = "../tor-config", version = "0.2.0", features = [
"expand-paths",
] }
config = { version = "0.12.0", default-features = false, features = ["toml"] }
config = { version = "0.13", default-features = false, features = ["toml"] }
once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] }
toml = "0.5"

View File

@ -33,7 +33,7 @@ arti-config = { path = "../arti-config", version = "0.2.0" }
anyhow = "1.0.23"
async-trait = "0.1.2"
config = { version = "0.12.0", default-features = false }
config = { version = "0.13", default-features = false }
cfg-if = "1.0.0"
futures = "0.3.14"
tracing = "0.1.18"

View File

@ -32,7 +32,7 @@ arti-config = { path = "../arti-config", version = "0.2.0" }
anyhow = "1.0.23"
async-ctrlc = { version = "1.2.0", optional = true }
config = { version = "0.12.0", default-features = false }
config = { version = "0.13", default-features = false }
cfg-if = "1.0.0"
derive_builder = "0.11"
futures = "0.3.14"