diff options
Diffstat (limited to 'crates/tor-persist/Cargo.toml')
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 2a38da292..cca5788d9 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -32,7 +32,7 @@ __is_experimental = [] [dependencies] amplify = { version = "4", default-features = false, features = ["derive"], optional = true } -derive-deftly = { version = "~1.1.0", features = ["full", "beta"] } +derive-deftly = { version = "~1.2.0", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } filetime = { version = "0.2", default-features = false } fs-mistrust = { path = "../fs-mistrust", version = "0.10.0", features = ["walkdir"] } @@ -54,7 +54,7 @@ void = "1" [dev-dependencies] anyhow = { version = "1.0.23" } -derive-deftly = { version = "~1.1.0", features = ["full", "beta"] } +derive-deftly = { version = "~1.2.0", features = ["full", "beta"] } humantime = "2" itertools = "0.14.0" tempfile = "3" |
