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 a064b2580..90ff6b48c 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.22.0" +version = "0.23.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -19,14 +19,14 @@ full = ["caret/full", "tor-bytes/full", "tor-checkable/full", "tor-llcrypto/full __is_experimental = [] [dependencies] -caret = { path = "../caret", version = "0.4.5" } +caret = { path = "../caret", version = "0.5.0" } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", optional = true } derive_more = { version = "1.0.0", features = ["full"] } digest = "0.10.0" thiserror = "1" -tor-bytes = { path = "../tor-bytes", version = "0.22.0" } -tor-checkable = { path = "../tor-checkable", version = "0.22.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" } +tor-bytes = { path = "../tor-bytes", version = "0.23.0" } +tor-checkable = { path = "../tor-checkable", version = "0.23.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.23.0" } [dev-dependencies] base64ct = "1.5.1" |
