summaryrefslogtreecommitdiff
path: root/crates/tor-proto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-proto/Cargo.toml')
-rw-r--r--crates/tor-proto/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index d30b61749..845693ace 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.3.1"
+version = "0.4.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.56"
@@ -39,18 +39,18 @@ subtle = "2"
thiserror = "1"
tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
-tor-bytes = { path = "../tor-bytes", version = "0.3.0" }
-tor-cell = { path = "../tor-cell", version = "0.3.0" }
-tor-cert = { path = "../tor-cert", version = "0.3.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" }
+tor-bytes = { path = "../tor-bytes", version = "0.4.0" }
+tor-cell = { path = "../tor-cell", version = "0.4.0" }
+tor-cert = { path = "../tor-cert", version = "0.4.0" }
tor-checkable = { path = "../tor-checkable", version = "0.3.0" }
-tor-error = { path = "../tor-error", version = "0.3.1" }
+tor-error = { path = "../tor-error", version = "0.3.2" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" }
tor-protover = { path = "../tor-protover", version = "0.3.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0" }
tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
-tor-units = { path = "../tor-units", version = "0.3.0" }
+tor-units = { path = "../tor-units", version = "0.3.1" }
tracing = "0.1.18"
typenum = "1.12"
zeroize = "1"
@@ -61,4 +61,4 @@ hex-literal = "0.3"
itertools = "0.10.1"
statrs = "0.15.0"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.5.0", features = ["tokio", "native-tls"] }