diff options
Diffstat (limited to 'crates/tor-llcrypto/Cargo.toml')
| -rw-r--r-- | crates/tor-llcrypto/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 53521207b..458744c0b 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -66,7 +66,7 @@ rand_core_06 = { package = "rand_core", version = "0.6", default-features = fals rand_jitter = { version = "0.6", features = ["std"] } reseeding_rng = "0.10.6" rsa = "0.9.0" -safelog = { version = "0.8.2", path = "../safelog" } +safelog = { version = "0.9.0", path = "../safelog" } serde = "1.0.103" sha1 = "0.10.0" sha2 = "0.10.0" @@ -74,8 +74,8 @@ sha3 = "0.10.6" signature = "2" subtle = "2" thiserror = "2" -tor-error = { version = "0.43.0", path = "../tor-error" } -tor-memquota-cost = { version = "0.43.0", path = "../tor-memquota-cost", default-features = false, optional = true } +tor-error = { version = "0.44.0", path = "../tor-error" } +tor-memquota-cost = { version = "0.44.0", path = "../tor-memquota-cost", 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"] } @@ -86,7 +86,7 @@ cipher = "0.4.1" hex-literal = "1.0" rand = "0.10.1" serde_test = "1.0.124" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } [package.metadata.docs.rs] all-features = true |
