diff options
Diffstat (limited to 'crates/tor-linkspec')
| -rw-r--r-- | crates/tor-linkspec/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index de7c9688b..6883961d9 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.11.0" +version = "0.11.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -46,7 +46,7 @@ strum = { version = "0.26", features = ["derive"] } thiserror = "1" tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.10.0" } -tor-config = { path = "../tor-config", version = "0.10.0" } +tor-config = { path = "../tor-config", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" } tor-protover = { path = "../tor-protover", version = "0.6.0" } |
