diff options
Diffstat (limited to 'crates/tor-cert-x509')
| -rw-r--r-- | crates/tor-cert-x509/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-cert-x509/Cargo.toml b/crates/tor-cert-x509/Cargo.toml index 97c680c99..69dfe0411 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.40.0" +version = "0.41.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -28,10 +28,10 @@ pem = { version = "3" } rand = { version = "0.9.1" } rsa = { version = "0.9.2", features = ["sha2"] } thiserror = "2" -tor-error = { path = "../tor-error", version = "0.40.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", features = ["rng-compat"] } +tor-error = { path = "../tor-error", version = "0.41.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0", features = ["rng-compat"] } x509-cert = { version = "0.2.5", features = ["builder", "hazmat"] } [dev-dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" } web-time-compat = { path = "../web-time-compat", version = "0.1.0" } |
