diff options
Diffstat (limited to 'crates/tor-config/Cargo.toml')
| -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 f01b78e4b..2654d9e74 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.9.0" +version = "0.9.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -24,7 +24,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.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" } itertools = "0.10.1" once_cell = "1" paste = "1" @@ -35,8 +35,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.7.0" } -tor-error = { path = "../tor-error", version = "0.5.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" } +tor-error = { path = "../tor-error", version = "0.5.1" } tracing = "0.1.36" [dev-dependencies] |
