diff options
Diffstat (limited to 'crates/tor-socksproto/Cargo.toml')
| -rw-r--r-- | crates/tor-socksproto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 061b35691..3b053353e 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -30,7 +30,7 @@ full = [ amplify = { version = "4", default-features = false, features = ["derive"] } arbitrary = { version = "1.0.1", optional = true, features = ["derive"] } caret = { path = "../caret", version = "0.5.0" } -derive-deftly = { version = "~1.0.0", features = ["full", "beta"] } +derive-deftly = { version = "~1.1.0", features = ["full", "beta"] } educe = "0.4.22" safelog = { path = "../safelog", version = "0.4.5" } subtle = "2" |
