diff options
Diffstat (limited to 'crates/tor-hspow/Cargo.toml')
| -rw-r--r-- | crates/tor-hspow/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml index 5719a39ea..20d39182d 100644 --- a/crates/tor-hspow/Cargo.toml +++ b/crates/tor-hspow/Cargo.toml @@ -24,7 +24,7 @@ derive_more = "0.99.3" equix = { path = "../equix", version = "0.1.3" } rand = "0.8.5" thiserror = "1" -tor-hscrypto = { version = "0.17.0", path = "../tor-hscrypto" } +tor-hscrypto = { version = "0.18.0", path = "../tor-hscrypto" } [dev-dependencies] hex-literal = "0.4.1" |
