Skip to content

Commit

Permalink
Bump bytes from 1.7.2 to 1.9.0 in /pixie-server
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.2 to 1.9.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.7.2...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 096519f commit 0b283fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pixie-server/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 pixie-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hostfile = "1.0.0"
hex = "0.4.3"
axum = { version = "0.7.2", features = ["ws"] }
tower-http = { version = "0.6.1", features = ["fs", "compression-gzip", "auth", "trace"] }
bytes = "1.5.0"
bytes = "1.9.0"
http-body-util = "0.1.0"
futures = "0.3.30"
tokio-stream = { version = "0.1.16", features = ["sync"] }
Expand Down

0 comments on commit 0b283fc

Please sign in to comment.