diff options
Diffstat (limited to 'crates/tor-persist/Cargo.toml')
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index be40586f1..bbce93dbb 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.40.0" +version = "0.41.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.89" @@ -47,9 +47,9 @@ serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" thiserror = "2" time = { version = "0.3.47", features = ["std", "parsing", "macros", "formatting"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" } -tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" } +tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] } tracing = "0.1.36" void = "1" web-time-compat = { path = "../web-time-compat", version = "0.1.0" } |
