diff options
Diffstat (limited to 'crates/tor-socksproto/Cargo.toml')
| -rw-r--r-- | crates/tor-socksproto/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 16db41fd0..bc2757fbe 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -14,8 +14,8 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] caret = { path = "../caret", version = "0.2.0" } thiserror = "1" -tor-bytes = { path = "../tor-bytes", version = "0.3.0" } -tor-error = { path = "../tor-error", version = "0.3.1" } +tor-bytes = { path = "../tor-bytes", version = "0.4.0" } +tor-error = { path = "../tor-error", version = "0.3.2" } [dev-dependencies] hex-literal = "0.3" |
