diff options
Diffstat (limited to 'crates/tor-basic-utils')
| -rw-r--r-- | crates/tor-basic-utils/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml index 8ca5b834d..1555383d2 100644 --- a/crates/tor-basic-utils/Cargo.toml +++ b/crates/tor-basic-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-basic-utils" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -26,7 +26,7 @@ smallvec = "1.10" thiserror = "2" tracing = "0.1" weak-table = "0.3.0" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [dev-dependencies] derive_more = { version = "2.0.1", features = ["full"] } |
