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 9cf3647a4..55c9753a9 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.8.0" +version = "0.9.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -21,7 +21,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.6.2" } +fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" } itertools = "0.10.1" once_cell = "1" paste = "1" @@ -32,8 +32,8 @@ shellexpand = { version = "3.0", optional = true } strum = { version = "0.24", features = ["derive"] } thiserror = "1" toml = "0.7.2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" } -tor-error = { path = "../tor-error", version = "0.4.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } +tor-error = { path = "../tor-error", version = "0.5.0" } tracing = "0.1.18" [dev-dependencies] |
