diff options
Diffstat (limited to 'crates/tor-cert/Cargo.toml')
| -rw-r--r-- | crates/tor-cert/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 9b21d659d..2543f5d81 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.7.3" +version = "0.7.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -24,9 +24,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt digest = "0.10.0" signature = "1" thiserror = "1" -tor-bytes = { path = "../tor-bytes", version = "0.7.2" } +tor-bytes = { path = "../tor-bytes", version = "0.7.4" } tor-checkable = { path = "../tor-checkable", version = "0.5.3" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4" } [dev-dependencies] base64ct = "1.5.1" |
