summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-llcrypto')
-rw-r--r--crates/tor-llcrypto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 9b6047b65..5789808ed 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.17.0"
+version = "0.18.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -66,7 +66,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.17.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.3", features = ["js"] }