Bump bytes to 1.11.1 to fix RUSTSEC-2026-0007 (#8743)

This commit is contained in:
Jimmy Chen
2026-02-04 12:09:05 +11:00
committed by GitHub
parent 99e957ad35
commit c25a975929
2 changed files with 10 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ bincode = "1"
bitvec = "1"
bls = { path = "crypto/bls" }
byteorder = "1"
bytes = "1"
bytes = "1.11.1"
# Turn off c-kzg's default features which include `blst/portable`. We can turn on blst's portable
# feature ourselves when desired.
c-kzg = { version = "2.1", default-features = false }