]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump bytes in /pdns/recursordist/rec-rust-lib/rust 16808/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 3 Feb 2026 19:47:59 +0000 (19:47 +0000)
committerGitHub <noreply@github.com>
Tue, 3 Feb 2026 19:47:59 +0000 (19:47 +0000)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 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.11.0...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>
pdns/recursordist/rec-rust-lib/rust/Cargo.lock
pdns/recursordist/rec-rust-lib/rust/Cargo.toml

index 0df00798f7c9613ac3179f98d94f760ed40056bc..57dfff7cd7637b90ad2f651d20fcbb4b7ee6f173 100644 (file)
@@ -22,9 +22,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 
 [[package]]
 name = "bytes"
-version = "1.11.0"
+version = "1.11.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
+checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 
 [[package]]
 name = "cc"
index b8781b473b3e58260f86be477ebf65b4332dd79d..fc6fbb48e9d4d47e209a6c1330d5b6e3f74dcb89 100644 (file)
@@ -25,7 +25,7 @@ hyper = { version = "1", features = ["server", "http1"]}
 tokio = { version = "1" , features = ["rt", "net"]}
 http-body-util = "0.1"
 hyper-util = { version = "0.1", features = ["tokio"]}
-bytes = "1.8"
+bytes = "1.11"
 form_urlencoded = "1.2"
 hyper-rustls = { version = "0.27",  default-features = false }
 ring = "0.17.13"