diff options
Diffstat (limited to 'crates/tor-cert/Cargo.toml')
| -rw-r--r-- | crates/tor-cert/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index c73acdb8a..8be24fa69 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.36.0" +version = "0.37.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.86" @@ -46,10 +46,10 @@ pem = { version = "3", optional = true } rand = { version = "0.9.1", optional = true } rsa = { version = "0.9.2", features = ["sha2"], optional = true } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.36.0" } -tor-checkable = { path = "../tor-checkable", version = "0.36.0" } -tor-error = { path = "../tor-error", version = "0.36.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" } +tor-bytes = { path = "../tor-bytes", version = "0.37.0" } +tor-checkable = { path = "../tor-checkable", version = "0.37.0" } +tor-error = { path = "../tor-error", version = "0.37.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0" } x509-cert = { version = "0.2.5", features = ["builder", "hazmat"], optional = true } [dev-dependencies] @@ -57,4 +57,4 @@ base64ct = "1.5.1" hex-literal = "1.0" humantime = "2" rand = "0.9.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" } |
