summaryrefslogtreecommitdiff
path: root/crates/tor-cert-x509
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cert-x509')
-rw-r--r--crates/tor-cert-x509/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-cert-x509/Cargo.toml b/crates/tor-cert-x509/Cargo.toml
index 362004198..be1f83f98 100644
--- a/crates/tor-cert-x509/Cargo.toml
+++ b/crates/tor-cert-x509/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert-x509"
-version = "0.43.0"
+version = "0.44.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -28,10 +28,10 @@ pem = { version = "3" }
rand = { version = "0.10.1" }
rsa = { version = "0.9.2", features = ["sha2"] }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.43.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["rng-compat"] }
+tor-error = { path = "../tor-error", version = "0.44.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["rng-compat"] }
x509-cert = { version = "0.2.5", features = ["builder", "hazmat"] }
[dev-dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
-web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" }
+web-time-compat = { path = "../web-time-compat", version = "0.2.0" }