summaryrefslogtreecommitdiff
path: root/crates/tor-checkable
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-checkable')
-rw-r--r--crates/tor-checkable/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index 5089ed313..3a4eb76ba 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.4.1"
+version = "0.4.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -19,7 +19,7 @@ experimental-api = []
humantime = "2"
signature = "1"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]