summaryrefslogtreecommitdiff
path: root/crates/tor-cell
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cell')
-rw-r--r--crates/tor-cell/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index 1b8d299e0..3d534704c 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.3.1"
+version = "0.4.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.56"
@@ -27,12 +27,12 @@ caret = { path = "../caret", version = "0.2.0" }
educe = "0.4.6"
rand = "0.8"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
-tor-bytes = { path = "../tor-bytes", version = "0.3.0" }
-tor-cert = { path = "../tor-cert", version = "0.3.0" }
-tor-error = { path = "../tor-error", version = "0.3.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" }
+tor-bytes = { path = "../tor-bytes", version = "0.4.0" }
+tor-cert = { path = "../tor-cert", version = "0.4.0" }
+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" }
[dev-dependencies]
hex = "0.4"