diff options
Diffstat (limited to 'crates/tor-persist/Cargo.toml')
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index cb6d278ec..7b01bb67e 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.24.0" +version = "0.25.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -35,8 +35,8 @@ amplify = { version = "4", default-features = false, features = ["derive"], opti derive-deftly = "0.14" derive_more = { version = "1.0.0", features = ["full"] } filetime = { version = "0.2", default-features = false } -fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["walkdir"] } -fslock-guard = { path = "../fslock-guard", version = "0.2.0", optional = true } +fs-mistrust = { path = "../fs-mistrust", version = "0.8.2", features = ["walkdir"] } +fslock-guard = { path = "../fslock-guard", version = "0.2.1", optional = true } futures = "0.3.14" itertools = "0.13.0" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" } @@ -46,9 +46,9 @@ serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" thiserror = "2" time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.24.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" } -tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" } +tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] } tracing = "0.1.36" void = "1" |
