Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Sep 13, 2024
1 parent 80991a6 commit 14412dc
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 72 deletions.
81 changes: 33 additions & 48 deletions Cargo.lock

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

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

[dependencies]
arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
async-trait = "0.1.81"
async-trait = "0.1.82"
bitflags = "2.6.0"
bytes = "1.7.1"
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.34", features = ["net"] }
rustix = { version = "0.38.37", features = ["net"] }
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = ["net"] }
tokio-stream = "0.1.15"
tokio = { version = "1.40.0", features = ["net"] }
tokio-stream = "0.1.16"
tracing = "0.1.40"
waynest-macros = { version = "0.0.2", path = "macros" }

[dev-dependencies]
anyhow = "1.0.86"
tokio = { version = "1.39.2", features = ["rt-multi-thread", "macros"] }
anyhow = "1.0.88"
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[package.metadata.docs.rs]
Expand Down
28 changes: 14 additions & 14 deletions gen/Cargo.lock

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

8 changes: 4 additions & 4 deletions gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
anyhow = "1.0.88"
clap = { version = "4.5.17", features = ["derive"] }
heck = "0.5.0"
proc-macro2 = { version = "1.0.86", default-features = false }
quick-xml = { version = "0.36.1", features = ["serialize", "overlapped-lists"] }
quote = { version = "1.0.37", default-features = false }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 comments on commit 14412dc

Please sign in to comment.