summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-keymgr')
-rw-r--r--crates/tor-keymgr/Cargo.toml32
1 files changed, 16 insertions, 16 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index aa707cc99..0c8e25877 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -67,20 +67,20 @@ humantime = "2"
inventory = "0.3.13"
itertools = "0.14.0"
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
ssh-key = { version = "0.6.7", package = "ssh-key-fork-arti", features = ["std"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0", default-features = false }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0", default-features = false }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.41.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0" }
walkdir = { version = "2" }
@@ -91,11 +91,11 @@ zeroize = "1"
paste = "1.0.3"
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-cert = { path = "../tor-cert", version = "0.40.0", features = ["encode"] }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0", features = ["testing"] }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-cert = { path = "../tor-cert", version = "0.41.0", features = ["encode"] }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0", features = ["testing"] }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true