diff options
Diffstat (limited to 'crates/tor-socksproto')
| -rw-r--r-- | crates/tor-socksproto/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 3e78a7a39..4c5c3b5b9 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.6.1" +version = "0.6.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -21,7 +21,7 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] } caret = { path = "../caret", version = "0.3.0" } subtle = "2" thiserror = "1" -tor-bytes = { path = "../tor-bytes", version = "0.6.1" } +tor-bytes = { path = "../tor-bytes", version = "0.6.2" } tor-error = { path = "../tor-error", version = "0.4.1" } [dev-dependencies] |
