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 9b7b73ec1..ff8a19096 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.44.0" +version = "0.45.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -57,9 +57,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.44.0" } -tor-error = { path = "../tor-error", version = "0.44.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.45.0" } +tor-error = { path = "../tor-error", version = "0.45.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.45.0" } tracing = "0.1.36" void = "1" @@ -68,8 +68,8 @@ assert_matches = "1.5.0" serde_json = "1.0.50" tempfile = "3" 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"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.45.0", features = ["serde"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.45.0", features = ["tokio", "native-tls"] } tracing-test = "0.2.4" [package.metadata.docs.rs] |
