summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-keymgr')
-rw-r--r--crates/tor-keymgr/Cargo.toml30
-rw-r--r--crates/tor-keymgr/semver.md3
2 files changed, 15 insertions, 18 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 4d13553fb..965609c12 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -61,15 +61,15 @@ serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0", default-features = false }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0", default-features = false }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.30.0" }
tracing = "0.1.36"
walkdir = { version = "2" }
zeroize = "1"
@@ -78,11 +78,11 @@ zeroize = "1"
paste = "1"
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-cert = { path = "../tor-cert", version = "0.29.0", features = ["encode"] }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0", features = ["testing"] }
-tor-llcrypto = { version = "0.29.0", path = "../tor-llcrypto", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-cert = { path = "../tor-cert", version = "0.30.0", features = ["encode"] }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0", features = ["testing"] }
+tor-llcrypto = { version = "0.30.0", path = "../tor-llcrypto", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-keymgr/semver.md b/crates/tor-keymgr/semver.md
deleted file mode 100644
index 027adc0f7..000000000
--- a/crates/tor-keymgr/semver.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### BREAKING: Drop param `item_type: &KeystoreItemType` from `Keystore::insert`
-
-`Keystore::insert` now uses param `key: &dyn EncodableItem` to obtain a `KeystoreItemType`.