diff options
Diffstat (limited to 'crates/tor-cert')
| -rw-r--r-- | crates/tor-cert/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index a598dc9d8..9c4523b29 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.6.2" +version = "0.6.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -17,14 +17,14 @@ experimental = ["encode"] encode = ["derive_builder"] [dependencies] -caret = { path = "../caret", version = "0.3.0" } +caret = { path = "../caret", version = "0.3.2" } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", optional = true } digest = "0.10.0" signature = "1" thiserror = "1" -tor-bytes = { path = "../tor-bytes", version = "0.6.2" } +tor-bytes = { path = "../tor-bytes", version = "0.6.3" } tor-checkable = { path = "../tor-checkable", version = "0.4.2" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" } [dev-dependencies] base64ct = "1.5.1" |
