build(deps): update bytes

This commit is contained in:
Nugine
2025-06-15 21:01:38 +08:00
parent af948f9e88
commit 87423bfb8c
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ axum-server = { version = "0.7.2", features = ["tls-rustls"] }
backon = "1.5.1"
base64-simd = "0.8.0"
blake2 = "0.10.6"
bytes = "1.10.1"
bytes = { version = "1.10.1", features = ["serde"] }
bytesize = "2.0.1"
byteorder = "1.5.0"
cfg-if = "1.0.0"