Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Feb 11, 2025
1 parent 4f7224f commit 552fc40
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ fuzz = ["dep:arbitrary"]

[dependencies]
arbitrary = { version = "1.4.1", optional = true, features = ["derive"] }
async-trait = "0.1.85"
async-trait = "0.1.86"
bitflags = "2.8.0"
bytes = "1.9.0"
bytes = "1.10.0"
downcast-rs = "2.0.1"
futures-util = { version = "0.3.31", default-features = false, features = [
"sink",
] }
pin-project-lite = "0.2.16"
rustix = { version = "0.38.43", features = ["fs", "net"] }
rustix = { version = "0.38.44", features = ["fs", "net"] }
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["net"] }
tracing = "0.1.41"
Expand Down

0 comments on commit 552fc40

Please sign in to comment.