From e36a757b61c9153db2078ddc4bff33c8821d81c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:43:24 +0800 Subject: [PATCH] chore:arrow_up:cargo bump bytes from 1.5.0 to 1.6.0 (#458) 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](https://github.com/tokio-rs/bytes/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- src/network/protocol/jce/frame/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2f25cd7..d1993bd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,9 +387,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index cd18b10f..b27cab53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/network/protocol/jce/frame/Cargo.toml b/src/network/protocol/jce/frame/Cargo.toml index 059e5cae..4f7c58ee 100644 --- a/src/network/protocol/jce/frame/Cargo.toml +++ b/src/network/protocol/jce/frame/Cargo.toml @@ -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"