diff options
Diffstat (limited to 'crates/tor-cert/Cargo.toml')
| -rw-r--r-- | crates/tor-cert/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 0dca814a0..928b88c0c 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.85.1" @@ -26,14 +26,14 @@ experimental-api = ["__is_experimental"] __is_experimental = [] [dependencies] -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.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" thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } [dev-dependencies] base64ct = "1.5.1" |
