Skip to content

Commit

Permalink
combined dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and jmwample committed Nov 11, 2024
1 parent 57f7aa1 commit 4952333
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/obfs4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ tokio-util = { version = "0.7.10", features = ["codec", "io"]}
bytes = "1.5.0"

## ntor_arti
tor-cell = "0.23.0"
tor-llcrypto = "0.23.0"
tor-error = "0.23.0"
tor-bytes = "0.23.0"
tor-cell = "0.24.0"
tor-llcrypto = "0.24.0"
tor-error = "0.24.0"
tor-bytes = "0.24.0"
cipher = "0.4.4"
zeroize = "1.7.0"
thiserror = "1.0.56"
Expand All @@ -80,7 +80,7 @@ filetime = {version="0.2.25", optional=true}
[dev-dependencies]
tracing-subscriber = "0.3.18"
hex-literal = "0.4.1"
tor-basic-utils = "0.23.0"
tor-basic-utils = "0.24.0"

# benches
# criterion = "0.5"
Expand Down

0 comments on commit 4952333

Please sign in to comment.