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 f19e171f6..f88bf5d81 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.25.0" +version = "0.26.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -39,8 +39,8 @@ once_cell = "1" serde = { version = "1.0.103", features = ["derive"] } shellexpand = { version = "3.0", optional = true, features = ["path"] } thiserror = "2" -tor-error = { path = "../tor-error", version = "0.25.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.25.0", optional = true } +tor-error = { path = "../tor-error", version = "0.26.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.26.0", optional = true } [dev-dependencies] assert_matches = "1.5.0" @@ -49,7 +49,7 @@ dirs = "5.0.0" rmp-serde = "1" serde_json = "1.0.50" toml = "0.8.8" -tor-config = { path = "../tor-config", version = "0.25.0" } +tor-config = { path = "../tor-config", version = "0.26.0" } [package.metadata.docs.rs] all-features = true |
