Bump bytes from 1.10.1 to 1.11.1 (#847)

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.1.
- [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.10.1...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-03 20:38:53 +01:00
committed by GitHub
parent bd2329d6cc
commit 6b4f98183e
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -709,9 +709,9 @@ dependencies = [
[[package]] [[package]]
name = "bytes" name = "bytes"
version = "1.10.1" version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@@ -3512,7 +3512,7 @@ version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
dependencies = [ dependencies = [
"proc-macro-crate 2.0.0", "proc-macro-crate 3.4.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.101", "syn 2.0.101",

View File

@@ -17,7 +17,7 @@ anyhow = "1.0.98"
axum = { version = "0.8.3", features = ["http1", "tokio"], default-features = false } axum = { version = "0.8.3", features = ["http1", "tokio"], default-features = false }
base64_light = "0.1.5" base64_light = "0.1.5"
block-padding = "0.3.3" block-padding = "0.3.3"
bytes = "1.10.1" bytes = "1.11.1"
clap = { version = "4.5.37", features = ["derive"] } clap = { version = "4.5.37", features = ["derive"] }
env_logger = "0.11.8" env_logger = "0.11.8"
hyper = "1.6.0" hyper = "1.6.0"

View File

@@ -10,7 +10,7 @@ name = "rayhunter"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
bytes = "1.5.0" bytes = "1.11.1"
chrono = { version = "0.4.31", features = ["serde"] } chrono = { version = "0.4.31", features = ["serde"] }
crc = "3.0.1" crc = "3.0.1"
deku = { version = "0.20.0", features = ["logging"] } deku = { version = "0.20.0", features = ["logging"] }