summaryrefslogtreecommitdiff
path: root/crates/tor-cell/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cell/Cargo.toml')
-rw-r--r--crates/tor-cell/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index d2934080d..805900e15 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.12.3"
+version = "0.13.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -46,11 +46,11 @@ educe = "0.4.6"
paste = "1"
rand = "0.8"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-cert = { path = "../tor-cert", version = "0.7.5" }
+tor-cert = { path = "../tor-cert", version = "0.8.0" }
tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true }
+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-units = { path = "../tor-units", version = "0.6.1" }