diff options
Diffstat (limited to 'crates/tor-llcrypto/Cargo.toml')
| -rw-r--r-- | crates/tor-llcrypto/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 5cf0bbdd8..6a7873bec 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.25.0" +version = "0.26.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -59,7 +59,7 @@ sha3 = "0.10.6" signature = "2" subtle = "2" thiserror = "2" -tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false, optional = true } +tor-memquota = { version = "0.26.0", path = "../tor-memquota", default-features = false, optional = true } typenum = { version = "1.15.0", optional = true } visibility = "0.1.0" x25519-dalek = { version = "2.0.0", features = ["static_secrets"] } @@ -70,7 +70,7 @@ cipher = "0.4.1" hex-literal = "0.4" rand = "0.8" serde_test = "1.0.124" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.26.0" } [target.wasm32-unknown-unknown.dependencies] getrandom = { version = "0.2.3", features = ["js"] } |
