diff options
Diffstat (limited to 'crates/tor-config/Cargo.toml')
| -rw-r--r-- | crates/tor-config/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index ad4353f05..7a06d6a00 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.30.0" +version = "0.31.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -42,7 +42,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } educe = "0.4.22" either = "1" figment = { version = "0.10.18", features = ["toml"] } -fs-mistrust = { path = "../fs-mistrust", version = "0.9.1" } +fs-mistrust = { path = "../fs-mistrust", version = "0.9.3" } futures = "0.3.14" itertools = "0.14.0" notify = { version = "8", default-features = false, features = ["macos_kqueue"] } @@ -56,9 +56,9 @@ serde_ignored = "0.1.3" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" toml = "0.8.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" } -tor-error = { path = "../tor-error", version = "0.30.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.31.0" } +tor-error = { path = "../tor-error", version = "0.31.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.31.0" } tracing = "0.1.36" void = "1" @@ -66,7 +66,7 @@ void = "1" serde_json = "1.0.50" tempfile = "3" test-temp-dir = { version = "0.3.3", path = "../test-temp-dir" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.31.0", features = ["tokio", "native-tls"] } tracing-test = "0.2.4" [package.metadata.docs.rs] |
