diff options
Diffstat (limited to 'crates/tor-linkspec')
| -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 dc631ebd7..6d2a41bec 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.6.1" +version = "0.6.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -31,9 +31,9 @@ serde_with = "2.0.1" strum = { version = "0.24", features = ["derive"] } thiserror = "1" tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" } -tor-bytes = { path = "../tor-bytes", version = "0.6.1" } -tor-config = { path = "../tor-config", version = "0.7.1" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" } +tor-bytes = { path = "../tor-bytes", version = "0.6.2" } +tor-config = { path = "../tor-config", version = "0.7.2" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" } tor-protover = { path = "../tor-protover", version = "0.4.0" } [dev-dependencies] |
