summaryrefslogtreecommitdiff
path: root/crates/tor-cert
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cert')
-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 9a467f616..9b21d659d 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.7.2"
+version = "0.7.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -25,7 +25,7 @@ digest = "0.10.0"
signature = "1"
thiserror = "1"
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.3" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
[dev-dependencies]