proxy: Update zerocopy to 0.8 (#11681)

Also add some macros that might result in more efficient code.
This commit is contained in:
Folke Behrens
2025-04-24 09:39:08 +00:00
committed by GitHub
parent f8100d66d5
commit 7ba8519b43
4 changed files with 44 additions and 28 deletions

View File

@@ -220,7 +220,7 @@ uuid = { version = "1.6.1", features = ["v4", "v7", "serde"] }
walkdir = "2.3.2"
rustls-native-certs = "0.8"
whoami = "1.5.1"
zerocopy = { version = "0.7", features = ["derive"] }
zerocopy = { version = "0.8", features = ["derive", "simd"] }
json-structural-diff = { version = "0.2.0" }
x509-cert = { version = "0.2.5" }