summaryrefslogtreecommitdiff
path: root/crates/tor-cert
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cert')
-rw-r--r--crates/tor-cert/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 0cc9ea69d..75eb5a1ac 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.3.0"
+version = "0.4.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.56"
@@ -16,9 +16,9 @@ caret = { path = "../caret", version = "0.2.0" }
digest = "0.10.0"
signature = "1"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.3.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.4.0" }
tor-checkable = { path = "../tor-checkable", version = "0.3.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" }
[dev-dependencies]
base64 = "0.13.0"