Skip to content

Commit 313640b

Browse files
authored
Update bytes dependency to 1.11.1 (#12594)
Closes #12592
1 parent c782855 commit 313640b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ hyper = "1.7.0"
404404
http = "1.3.1"
405405
http-body = "1.0.1"
406406
http-body-util = "0.1.3"
407-
bytes = { version = "1.10.1", default-features = false }
407+
bytes = { version = "1.11.1", default-features = false }
408408
futures = { version = "0.3.31", default-features = false }
409409
indexmap = { version = "2.11.4", default-features = false }
410410
syn = "2.0.106"

supply-chain/audits.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6588,7 +6588,7 @@ end = "2026-10-10"
65886588
criteria = "safe-to-deploy"
65896589
user-id = 6741 # Alice Ryhl (Darksonn)
65906590
start = "2021-01-11"
6591-
end = "2025-02-15"
6591+
end = "2027-02-14"
65926592

65936593
[[trusted.bzip2]]
65946594
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ user-login = "BurntSushi"
580580
user-name = "Andrew Gallant"
581581

582582
[[publisher.bytes]]
583-
version = "1.10.0"
584-
when = "2025-02-03"
583+
version = "1.11.1"
584+
when = "2026-02-03"
585585
user-id = 6741
586586
user-login = "Darksonn"
587587
user-name = "Alice Ryhl"

0 commit comments

Comments
 (0)