diff options
Diffstat (limited to 'crates/tor-hscrypto')
| -rw-r--r-- | crates/tor-hscrypto/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index 013c904d9..054b605ea 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.24.0" +version = "0.25.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -45,20 +45,20 @@ data-encoding = "2.3.1" derive-deftly = { version = "0.14.2", optional = true } derive_more = { version = "1.0.0", features = ["full"] } digest = "0.10.0" -equix = { path = "../equix", version = "0.2.0", optional = true } +equix = { path = "../equix", version = "0.2.1", optional = true } itertools = "0.13.0" paste = "1" rand = "0.8" -safelog = { path = "../safelog", version = "0.4.1" } +safelog = { path = "../safelog", version = "0.4.2" } signature = "2" subtle = "2" thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" } -tor-bytes = { version = "0.24.0", path = "../tor-bytes" } -tor-error = { version = "0.24.0", path = "../tor-error" } -tor-llcrypto = { version = "0.24.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } -tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false, optional = true } -tor-units = { path = "../tor-units", version = "0.24.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" } +tor-bytes = { version = "0.25.0", path = "../tor-bytes" } +tor-error = { version = "0.25.0", path = "../tor-error" } +tor-llcrypto = { version = "0.25.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } +tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false, optional = true } +tor-units = { path = "../tor-units", version = "0.25.0" } void = "1" zeroize = { version = "1", optional = true } @@ -66,7 +66,7 @@ zeroize = { version = "1", optional = true } hex = "0.4" hex-literal = "0.4" humantime = "2" -tor-basic-utils = { version = "0.24.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.25.0", path = "../tor-basic-utils" } [[test]] name = "pow_v1_vectors" |
