diff options
Diffstat (limited to 'crates/tor-checkable/Cargo.toml')
| -rw-r--r-- | crates/tor-checkable/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 94b2e3974..3814f7c5c 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.17.0" +version = "0.18.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -21,7 +21,7 @@ __is_experimental = [] humantime = "2" signature = "2" thiserror = "1" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.17.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] |
