chore(deps): update bytesize and s3s (#4242)

* chore(deps): update bytesize and s3s

* fix: keep s3s on rustfs fork for minio extensions

---------

Co-authored-by: overtrue <anzhengchao@gmail.com>
This commit is contained in:
houseme
2026-07-03 23:11:52 +08:00
committed by GitHub
parent d19ee6c51c
commit 63b6954ae3
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -1686,9 +1686,9 @@ dependencies = [
[[package]]
name = "bytesize"
version = "2.4.0"
version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49e78e506b9d7633710dab98996f22f95f3d0f488e8f1aa162830556ed9fc14d"
checksum = "3d7c8918969267b2932ffd5655509bbbea0833823058c378876953217f5fc50e"
[[package]]
name = "bytestring"
@@ -8154,9 +8154,9 @@ dependencies = [
[[package]]
name = "rapidhash"
version = "4.4.2"
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32b266a82f4aa99bb5c25e28d11cc44ace63d91adbcbcee4d323e2ae3d49ef37"
checksum = "b1a224897b65b7ce38bf7b0adb569e7d77e11460d0cc3577908b263d8b5a89aa"
dependencies = [
"rustversion",
]
+1 -1
View File
@@ -167,7 +167,7 @@ tower-http = { version = "0.7.0", features = ["cors"] }
# Serialization and Data Formats
apache-avro = "0.21.0"
bytes = { version = "1.12.0", features = ["serde"] }
bytesize = "2.4.0"
bytesize = "2.4.2"
byteorder = "1.5.0"
flatbuffers = "25.12.19"
form_urlencoded = "1.2.2"