summaryrefslogtreecommitdiff
path: root/crates/tor-cert/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cert/Cargo.toml')
-rw-r--r--crates/tor-cert/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 09ddfd7fe..b7a9af7ca 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.10.0"
+version = "0.11.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -25,7 +25,7 @@ derive_more = "0.99.3"
digest = "0.10.0"
thiserror = "1"
tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.7.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
[dev-dependencies]