diff options
Diffstat (limited to 'crates/tor-llcrypto')
| -rw-r--r-- | crates/tor-llcrypto/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 9760bf41c..b36768d15 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.5.2" +version = "0.5.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -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.7.1" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } [target.wasm32-unknown-unknown.dependencies] getrandom = { version = "0.2.3", features = ["js"] } |
