Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Dec 16, 2024
1 parent 65f5821 commit 1541c09
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 72 deletions.
109 changes: 51 additions & 58 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ fuzz = ["dep:arbitrary"]
arbitrary = { version = "1.4.1", optional = true, features = ["derive"] }
async-trait = "0.1.83"
bitflags = "2.6.0"
bytes = "1.8.0"
bytes = "1.9.0"
downcast-rs = "1.2.1"
futures-util = { version = "0.3.31", default-features = false, features = [
"sink",
] }
pin-project-lite = "0.2.15"
rustix = { version = "0.38.41", features = ["fs", "net"] }
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["net"] }
tracing = "0.1.40"
rustix = { version = "0.38.42", features = ["fs", "net"] }
thiserror = "2.0.7"
tokio = { version = "1.42.0", features = ["net"] }
tracing = "0.1.41"
waynest-macros = { version = "0.0.2", path = "macros" }

[dev-dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

[package.metadata.docs.rs]
all-features = true
Expand Down
14 changes: 7 additions & 7 deletions gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ include = ["src/**/*.rs", "../README.md", "../LICENSE"]
bin = ["dep:anyhow", "dep:clap", "dep:tracing-subscriber", "dep:rayon"]

[dependencies]
thiserror = "2.0.3"
thiserror = "2.0.7"
heck = "0.5.0"
proc-macro2 = { version = "1.0.91", default-features = false }
proc-macro2 = { version = "1.0.92", default-features = false }
quick-xml = { version = "0.37.1", features = ["serialize", "overlapped-lists"] }
quote = { version = "1.0.37", default-features = false }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
tracing = "0.1.40"
tracing = "0.1.41"

# Binary only deps
anyhow = { version = "1.0.93", optional = true }
clap = { version = "4.5.21", optional = true, features = ["derive"] }
tracing-subscriber = { version = "0.3.18", optional = true, features = [
anyhow = { version = "1.0.94", optional = true }
clap = { version = "4.5.23", optional = true, features = ["derive"] }
tracing-subscriber = { version = "0.3.19", optional = true, features = [
"env-filter",
] }
rayon = { version = "1.10.0", optional = true }
Expand Down

0 comments on commit 1541c09

Please sign in to comment.