diff options
Diffstat (limited to 'crates/tor-config')
| -rw-r--r-- | crates/tor-config/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index f8a6dec17..b9c620a87 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.20.0" +version = "0.21.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -45,8 +45,8 @@ shellexpand = { version = "3.0", optional = true } strum = { version = "0.26.3", features = ["derive"] } thiserror = "1" toml = "0.8.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" } -tor-error = { path = "../tor-error", version = "0.20.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" } +tor-error = { path = "../tor-error", version = "0.21.0" } tracing = "0.1.36" void = "1" |
