diff options
Diffstat (limited to 'crates/tor-hscrypto')
| -rw-r--r-- | crates/tor-hscrypto/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index 95b8ea2d2..fa12107f9 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.1.0" +version = "0.1.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -22,11 +22,11 @@ rand_core = "0.6.2" serde = { version = "1.0.103", features = ["derive"] } signature = "1" thiserror = "1" -tor-llcrypto = { version = "0.4.1", path = "../tor-llcrypto", features = [ +tor-llcrypto = { version = "0.4.2", path = "../tor-llcrypto", features = [ "hsv3-client", "hsv3-service", ] } -tor-units = { path = "../tor-units", version = "0.4.1" } +tor-units = { path = "../tor-units", version = "0.5.0" } [dev-dependencies] hex-literal = "0.3" |
