Skip to content

Commit

Permalink
chore:arrow_up:cargo bump bytes from 1.5.0 to 1.6.0 (#458)
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.6.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.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent 33c3b24 commit e36a757
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-graphql-axum = "6.0.10"
axum = "0.6.20"
axum-extra = { version = "0.6.0", features = ["spa"] }
axum-server = { version = "0.5.1", features = ["tls-rustls"] }
bytes = "1.5.0"
bytes = "1.6.0"
clap = { version = "4.4", features = ["derive", "cargo", "wrap_help", "env"] }
jsonwebtoken = "8.3.0"
md5 = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/network/protocol/jce/frame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytes = "1.5.0"
bytes = "1.6.0"
rustc-hash = "1.1.0"
tracing = "0.1.37"

0 comments on commit e36a757

Please sign in to comment.