From 6b5cefcccf132725bd6be54d938cfa66ed8e1dc6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 25 Apr 2022 16:13:21 -0400 Subject: [PATCH] Bump to config 0.13 --- Cargo.lock | 4 ++-- crates/arti-config/Cargo.toml | 2 +- crates/arti-testing/Cargo.toml | 2 +- crates/arti/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a8c67d9d..08cc56a50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml index cb3580810..bc7e61115 100644 --- a/crates/arti-config/Cargo.toml +++ b/crates/arti-config/Cargo.toml @@ -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" diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index d12f47c40..415671e49 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -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" diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index ca273a527..283eca8a3 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -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"