Skip to content

Commit

Permalink
Bump bytes from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent a24a8ac commit bdde73f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion integration/ducks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
anyhow = "1.0"
bytes = "1.4"
bytes = "1.5"
entropy = "0.4"
hyper = { version = "0.14", features = ["server"] }
once_cell = "1.18"
Expand Down
2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lading-payload = { version = "0.1", path = "../lading_payload" }
lading-throttle = { version = "0.1", path = "../lading_throttle" }

byte-unit = { version = "4.0", features = ["serde"] }
bytes = { version = "1.4.0", default-features = false, features = ["std"] }
bytes = { version = "1.5.0", default-features = false, features = ["std"] }
clap = { version = "3.2", default-features = false, features = ["std", "color", "suggestions", "derive"] }
flate2 = { version = "1.0.27", default-features = false, features = ["rust_backend" ] }
futures = "0.3.28"
Expand Down

0 comments on commit bdde73f

Please sign in to comment.