diff options
Diffstat (limited to 'crates/tor-hspow/Cargo.toml')
| -rw-r--r-- | crates/tor-hspow/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml index 84b913acd..b7fd88817 100644 --- a/crates/tor-hspow/Cargo.toml +++ b/crates/tor-hspow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hspow" -version = "0.1.0" +version = "0.1.1" authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -21,10 +21,10 @@ full = ["tor-hscrypto/full", "equix/full"] arrayvec = "0.7.4" blake2 = "0.10.6" derive_more = "0.99.3" -equix = { path = "../equix", version = "0.1.0" } +equix = { path = "../equix", version = "0.1.1" } rand = "0.8.5" thiserror = "1" -tor-hscrypto = { version = "0.3.0", path = "../tor-hscrypto" } +tor-hscrypto = { version = "0.3.2", path = "../tor-hscrypto" } [dev-dependencies] hex-literal = "0.4.1" |
