Skip to content

Commit

Permalink
build(deps): bump bytes from 1.9.0 to 1.10.0 (#429)
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 to 1.10.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.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 9611977 commit 5b4e6ac
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 bins/logview/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version.workspace = true
anyhow = "1.0.95"
async-stream = "0.3.6"
axum = "0.8.2"
bytes = "1.9.0"
bytes = "1.10.0"
clap = { version = "4.5.27", features = ["derive"] }
logging = { path = "../../libs/logging" }
mime = "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion libs/htmltokenizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish.workspace = true
version.workspace = true

[dependencies]
bytes = "1.9.0"
bytes = "1.10.0"
logging = { path = "../logging" }
thiserror = "2.0.11"

Expand Down

0 comments on commit 5b4e6ac

Please sign in to comment.