summaryrefslogtreecommitdiff
path: root/crates/tor-relay-crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-relay-crypto')
-rw-r--r--crates/tor-relay-crypto/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml
index fba28e253..d7ae0c42e 100644
--- a/crates/tor-relay-crypto/Cargo.toml
+++ b/crates/tor-relay-crypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-relay-crypto"
-version = "0.25.0"
+version = "0.26.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -25,11 +25,11 @@ full = [
derive-deftly = "0.14"
derive_more = { version = "1.0.0", features = ["full"] }
humantime = "2"
-tor-cert = { path = "../tor-cert", version = "0.25.0", features = ["encode"] }
-tor-error = { path = "../tor-error", version = "0.25.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.25.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.25.0" }
-tor-persist = { path = "../tor-persist", version = "0.25.0" }
+tor-cert = { path = "../tor-cert", version = "0.26.0", features = ["encode"] }
+tor-error = { path = "../tor-error", version = "0.26.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.26.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.26.0" }
+tor-persist = { path = "../tor-persist", version = "0.26.0" }
[dev-dependencies]
-tor-keymgr = { version = "0.25.0", path = "../tor-keymgr", features = ["testing"] }
+tor-keymgr = { version = "0.26.0", path = "../tor-keymgr", features = ["testing"] }