diff options
Diffstat (limited to 'crates/tor-checkable')
| -rw-r--r-- | crates/tor-checkable/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 854480f5c..3e8d5b279 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -21,8 +21,8 @@ __is_experimental = [] humantime = "2" signature = "2" thiserror = "2" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [package.metadata.docs.rs] all-features = true [dev-dependencies] |
