diff options
Diffstat (limited to 'crates/tor-config')
| -rw-r--r-- | crates/tor-config/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index 14c2c2805..93a284e5a 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.11.0" +version = "0.17.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -33,7 +33,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } directories = { version = "5", optional = true } educe = "0.4.6" either = "1" -fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" } +fs-mistrust = { path = "../fs-mistrust", version = "0.7.9" } itertools = "0.12.0" once_cell = "1" paste = "1" @@ -45,8 +45,8 @@ shellexpand = { version = "3.0", optional = true } strum = { version = "0.26", features = ["derive"] } thiserror = "1" toml = "0.8.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-error = { path = "../tor-error", version = "0.6.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" } +tor-error = { path = "../tor-error", version = "0.17.0" } tracing = "0.1.36" void = "1" |
