diff options
Diffstat (limited to 'crates/tor-config/Cargo.toml')
| -rw-r--r-- | crates/tor-config/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index e57cf5f3a..7ae1d1e3a 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -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.14.2" } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" } futures = "0.3.14" humantime-serde = "1.1.1" itertools = "0.14.0" @@ -56,9 +56,9 @@ serde_ignored = "0.1.3" strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" toml = "1.0.3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" void = "1" @@ -66,9 +66,9 @@ void = "1" assert_matches = "1.5.0" serde_json = "1.0.50" tempfile = "3" -test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0", features = ["serde"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0", features = ["serde"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } tracing-test = "0.2.4" [package.metadata.docs.rs] |
