diff options
Diffstat (limited to 'crates/tor-linkspec/Cargo.toml')
| -rw-r--r-- | crates/tor-linkspec/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index a060a8243..fe1308dff 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.8.2" +version = "0.8.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -45,9 +45,9 @@ serde_with = "3.0.0" strum = { version = "0.25", features = ["derive"] } thiserror = "1" tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } -tor-bytes = { path = "../tor-bytes", version = "0.7.2" } -tor-config = { path = "../tor-config", version = "0.9.3" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" } +tor-bytes = { path = "../tor-bytes", version = "0.7.4" } +tor-config = { path = "../tor-config", version = "0.9.4" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4" } tor-protover = { path = "../tor-protover", version = "0.5.1" } [dev-dependencies] |
