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.toml26
1 files changed, 13 insertions, 13 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index a2255cec8..055e3d00e 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.13.0"
+version = "0.14.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -74,18 +74,18 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-cell = { path = "../tor-cell", version = "0.13.0" }
-tor-cert = { path = "../tor-cert", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-cell = { path = "../tor-cell", version = "0.14.0" }
+tor-cert = { path = "../tor-cert", version = "0.9.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.6.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.11.1" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
typenum = "1.12"
@@ -101,7 +101,7 @@ itertools = "0.12.0"
regex = { version = "1", default-features = false, features = ["std"] }
statrs = "0.16.0"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]