Skip to content

Commit

Permalink
build(deps): update bach requirement from 0.0.6 to 0.0.7
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: bach
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 23df2c5 commit b63f409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quic/s2n-quic-platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio-runtime = ["futures", "tokio"]
xdp = ["s2n-quic-xdp"]

[dependencies]
bach = { version = "0.0.6", optional = true }
bach = { version = "0.0.7", optional = true }
bolero-generator = { version = "0.11", optional = true }
cfg-if = "1"
futures = { version = "0.3", default-features = false, features = ["async-await"], optional = true }
Expand All @@ -36,7 +36,7 @@ turmoil = { version = "0.6.0", optional = true }
libc = "0.2"

[dev-dependencies]
bach = { version = "0.0.6" }
bach = { version = "0.0.7" }
bolero = "0.11"
bolero-generator = "0.11"
futures = { version = "0.3", features = ["std"] }
Expand Down

0 comments on commit b63f409

Please sign in to comment.