diff options
Diffstat (limited to 'crates/tor-cert/Cargo.toml')
| -rw-r--r-- | crates/tor-cert/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index e8104b955..294875c1c 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.35.0" +version = "0.36.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.86" @@ -36,17 +36,17 @@ experimental-api = ["__is_experimental"] __is_experimental = [] [dependencies] -caret = { path = "../caret", version = "0.7.0" } +caret = { path = "../caret", version = "0.8.0" } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", optional = true } derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" 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.35.0" } -tor-checkable = { path = "../tor-checkable", version = "0.35.0" } -tor-error = { path = "../tor-error", version = "0.35.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +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" } x509-cert = { version = "0.2.5", features = ["builder", "hazmat"], optional = true } [dev-dependencies] @@ -54,4 +54,4 @@ base64ct = "1.5.1" hex-literal = "1.0" humantime = "2" rand = "0.9.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" } |
