Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Sep 24, 2024
1 parent d27fe75 commit 4d2e79c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ fuzz = ["dep:arbitrary"]
arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
async-trait = "0.1.82"
bitflags = "2.6.0"
bytes = "1.7.1"
bytes = "1.7.2"
downcast-rs = "1.2.1"
futures-util = { version = "0.3.30", default-features = false, features = [
"sink",
] }
pin-project-lite = "0.2.14"
rustix = { version = "0.38.37", features = ["fs", "net"] }
thiserror = "1.0.63"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["net"] }
tracing = "0.1.40"
waynest-macros = { version = "0.0.2", path = "macros" }
Expand Down

0 comments on commit 4d2e79c

Please sign in to comment.