diff options
Diffstat (limited to 'crates/tor-persist')
| -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 2e78eda4b..ff9f7cac2 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.9.0" +version = "0.10.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -27,8 +27,8 @@ __is_experimental = [] amplify = { version = "4", default-features = false, features = ["derive"], optional = true } derive-adhoc = "0.8" derive_more = "0.99.3" -fs-mistrust = { path = "../fs-mistrust", version = "0.7.6", features = ["walkdir"] } -fslock-guard = { path = "../fslock-guard", version = "0.0.1", optional = true } +fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["walkdir"] } +fslock-guard = { path = "../fslock-guard", version = "0.1.0", optional = true } paste = "1" sanitize-filename = "0.5.0" serde = { version = "1.0.103", features = ["derive"] } @@ -45,7 +45,7 @@ fslock = { version = "0.2.0" } anyhow = { version = "1.0.23" } itertools = "0.12.0" tempfile = "3" -test-temp-dir = { version = "0.1.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.2.0", path = "../test-temp-dir" } tracing-test = "0.2.4" [package.metadata.docs.rs] |
