summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-socksproto')
-rw-r--r--crates/tor-socksproto/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 31af38861..627747d27 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.0.2"
+version = "0.0.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -11,8 +11,8 @@ categories = [ "network-programming" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-caret = { path="../caret", version = "0.0.2"}
-tor-bytes = { path="../tor-bytes", version = "0.0.2"}
+caret = { path="../caret", version = "0.0.3"}
+tor-bytes = { path="../tor-bytes", version = "0.0.3"}
thiserror = "1"