diff options
Diffstat (limited to 'crates/tor-config-path')
| -rw-r--r-- | crates/tor-config-path/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-config-path/Cargo.toml b/crates/tor-config-path/Cargo.toml index a584f1053..cb7afd012 100644 --- a/crates/tor-config-path/Cargo.toml +++ b/crates/tor-config-path/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config-path" -version = "0.42.0" +version = "0.43.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -44,8 +44,8 @@ directories = { version = "6", optional = true } serde = { version = "1.0.103", features = ["derive"] } shellexpand = { version = "3.0", optional = true, features = ["path"] } thiserror = "2" -tor-error = { path = "../tor-error", version = "0.42.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.42.0", optional = true } +tor-error = { path = "../tor-error", version = "0.43.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.43.0", optional = true } [dev-dependencies] assert_matches = "1.5.0" @@ -54,7 +54,7 @@ dirs = "6.0.0" rmp-serde = "1" serde_json = "1.0.50" toml = "1.0.3" -tor-config = { path = "../tor-config", version = "0.42.0" } +tor-config = { path = "../tor-config", version = "0.43.0" } [package.metadata.docs.rs] all-features = true |
