chore: update deps and e2e cache action (#3885)

* chore(deps): update workspace crate versions

* ci: update e2e s3tests cache action
This commit is contained in:
houseme
2026-06-26 04:19:28 +08:00
committed by GitHub
parent 19c925c480
commit f7a9a7142b
4 changed files with 44 additions and 52 deletions
+2 -2
View File
@@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- name: Cache pip downloads - name: Cache pip downloads
uses: actions/cache@v4 uses: actions/cache@v6
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-e2e-s3tests-${{ hashFiles('.github/workflows/e2e-s3tests.yml') }} key: ${{ runner.os }}-pip-e2e-s3tests-${{ hashFiles('.github/workflows/e2e-s3tests.yml') }}
@@ -231,7 +231,7 @@ jobs:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- name: Cache pip downloads - name: Cache pip downloads
uses: actions/cache@v4 uses: actions/cache@v6
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-e2e-s3tests-${{ hashFiles('.github/workflows/e2e-s3tests.yml') }} key: ${{ runner.os }}-pip-e2e-s3tests-${{ hashFiles('.github/workflows/e2e-s3tests.yml') }}
Generated
+37 -46
View File
@@ -601,15 +601,15 @@ dependencies = [
[[package]] [[package]]
name = "astral-tokio-tar" name = "astral-tokio-tar"
version = "0.6.2" version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb50a7aae84a03bf55b067832bc376f4961b790c97e64d3eacee97d389b90277" checksum = "08648fef353ab39a9d26f909ad53fc4f071be4c91853b78523f5cc3d9e5ebffd"
dependencies = [ dependencies = [
"filetime",
"futures-core", "futures-core",
"libc", "libc",
"portable-atomic", "portable-atomic",
"rustc-hash", "rustc-hash",
"rustix 0.38.44",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"xattr", "xattr",
@@ -818,9 +818,9 @@ dependencies = [
[[package]] [[package]]
name = "atoi" name = "atoi"
version = "3.0.0" version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4652e33138d8d9c774c9697a351b019deb33737812be629603434407f288a323" checksum = "e7a8bbe9949e43a1edaa043038c68703b04774156afdfb62ba2cef5bf93d67be"
dependencies = [ dependencies = [
"num-traits", "num-traits",
] ]
@@ -1796,9 +1796,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]] [[package]]
name = "chacha20" name = "chacha20"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"cipher 0.5.2", "cipher 0.5.2",
@@ -3914,18 +3914,19 @@ dependencies = [
[[package]] [[package]]
name = "env_filter" name = "env_filter"
version = "1.0.1" version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef" checksum = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217"
dependencies = [ dependencies = [
"log", "log",
"regex",
] ]
[[package]] [[package]]
name = "env_logger" name = "env_logger"
version = "0.11.10" version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a" checksum = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6"
dependencies = [ dependencies = [
"env_filter", "env_filter",
"log", "log",
@@ -4057,16 +4058,6 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24" checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24"
[[package]]
name = "filetime"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
dependencies = [
"cfg-if",
"libc",
]
[[package]] [[package]]
name = "find-msvc-tools" name = "find-msvc-tools"
version = "0.1.9" version = "0.1.9"
@@ -5562,9 +5553,9 @@ dependencies = [
[[package]] [[package]]
name = "js-sys" name = "js-sys"
version = "0.3.102" version = "0.3.103"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31" checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"futures-util", "futures-util",
@@ -6307,9 +6298,9 @@ dependencies = [
[[package]] [[package]]
name = "minlz" name = "minlz"
version = "1.1.0" version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c19c645132db7e3664aabe291a16896f601053c6b5f567f4c5a196e6817827" checksum = "5a54457b185d688ae6b98695445de25cc8003e92755886b60a126d581b27e2de"
dependencies = [ dependencies = [
"crc", "crc",
] ]
@@ -7831,9 +7822,9 @@ dependencies = [
[[package]] [[package]]
name = "primefield" name = "primefield"
version = "0.14.0-rc.13" version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2db02b39ea98560a1fec81df6266f3c1ef7fdde06ac5ef17f69aee6101602630" checksum = "c555a6e4eb7d4e158fcb028c835c3b8642206ddc279b5c6b202ef9a8bdb592f4"
dependencies = [ dependencies = [
"crypto-bigint 0.7.5", "crypto-bigint 0.7.5",
"crypto-common 0.2.2", "crypto-common 0.2.2",
@@ -9052,7 +9043,7 @@ dependencies = [
"astral-tokio-tar", "astral-tokio-tar",
"async-trait", "async-trait",
"async_zip", "async_zip",
"atoi 3.0.0", "atoi 3.1.0",
"atomic_enum", "atomic_enum",
"aws-config", "aws-config",
"aws-sdk-s3", "aws-sdk-s3",
@@ -9411,7 +9402,7 @@ dependencies = [
"parking_lot", "parking_lot",
"rayon", "rayon",
"smallvec", "smallvec",
"spin 0.12.0", "spin 0.12.1",
] ]
[[package]] [[package]]
@@ -10402,7 +10393,7 @@ dependencies = [
"arc-swap", "arc-swap",
"arrayvec", "arrayvec",
"async-trait", "async-trait",
"atoi 3.0.0", "atoi 3.1.0",
"base64-simd", "base64-simd",
"bytes", "bytes",
"bytestring", "bytestring",
@@ -11113,9 +11104,9 @@ dependencies = [
[[package]] [[package]]
name = "spin" name = "spin"
version = "0.12.0" version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1527984ca054dfca79333baec451042863f485fbee01b7bf6d911de915cac865" checksum = "bd5231412d905519dca6a5deb0327d407be68d6c941feec004533401d3a0a715"
[[package]] [[package]]
name = "spki" name = "spki"
@@ -12377,9 +12368,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.23.3" version = "1.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
dependencies = [ dependencies = [
"getrandom 0.4.3", "getrandom 0.4.3",
"js-sys", "js-sys",
@@ -12488,9 +12479,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen" name = "wasm-bindgen"
version = "0.2.125" version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a" checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"once_cell", "once_cell",
@@ -12501,9 +12492,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen-futures" name = "wasm-bindgen-futures"
version = "0.4.75" version = "0.4.76"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280" checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
dependencies = [ dependencies = [
"js-sys", "js-sys",
"wasm-bindgen", "wasm-bindgen",
@@ -12511,9 +12502,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen-macro" name = "wasm-bindgen-macro"
version = "0.2.125" version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d" checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
dependencies = [ dependencies = [
"quote", "quote",
"wasm-bindgen-macro-support", "wasm-bindgen-macro-support",
@@ -12521,9 +12512,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen-macro-support" name = "wasm-bindgen-macro-support"
version = "0.2.125" version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd" checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"proc-macro2", "proc-macro2",
@@ -12534,9 +12525,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-bindgen-shared" name = "wasm-bindgen-shared"
version = "0.2.125" version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f" checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
dependencies = [ dependencies = [
"unicode-ident", "unicode-ident",
] ]
@@ -12556,9 +12547,9 @@ dependencies = [
[[package]] [[package]]
name = "web-sys" name = "web-sys"
version = "0.3.102" version = "0.3.103"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d" checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
dependencies = [ dependencies = [
"js-sys", "js-sys",
"wasm-bindgen", "wasm-bindgen",
+4 -3
View File
@@ -145,6 +145,7 @@ hyper-util = { version = "0.1.20", features = ["tokio", "server-auto", "server-g
http = "1.4.2" http = "1.4.2"
http-body = "1.0.1" http-body = "1.0.1"
http-body-util = "0.1.3" http-body-util = "0.1.3"
minlz = "1.2.3"
reqwest = { version = "0.13.4", default-features = false, features = ["rustls", "charset", "http2", "system-proxy", "stream", "json", "blocking", "query", "form"] } reqwest = { version = "0.13.4", default-features = false, features = ["rustls", "charset", "http2", "system-proxy", "stream", "json", "blocking", "query", "form"] }
rustfs-kafka-async = { version = "1.2.0" } rustfs-kafka-async = { version = "1.2.0" }
socket2 = { version = "0.6.4", features = ["all"] } socket2 = { version = "0.6.4", features = ["all"] }
@@ -207,8 +208,8 @@ tokio-postgres-rustls = "0.14.0"
# Utilities and Tools # Utilities and Tools
anyhow = "1.0.102" anyhow = "1.0.102"
arc-swap = "1.9.1" arc-swap = "1.9.1"
astral-tokio-tar = "0.6.2" astral-tokio-tar = "0.6.3"
atoi = "3.0.0" atoi = "3.1.0"
atomic_enum = "0.3.0" atomic_enum = "0.3.0"
aws-config = { version = "1.8.18" } aws-config = { version = "1.8.18" }
aws-credential-types = { version = "1.2.14" } aws-credential-types = { version = "1.2.14" }
@@ -295,7 +296,7 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter", "time"] }
transform-stream = "0.3.1" transform-stream = "0.3.1"
url = "2.5.8" url = "2.5.8"
urlencoding = "2.1.3" urlencoding = "2.1.3"
uuid = { version = "1.23.3", features = ["v4", "fast-rng", "macro-diagnostics"] } uuid = { version = "1.23.4", features = ["v4", "fast-rng", "macro-diagnostics"] }
vaultrs = { version = "0.8.0" } vaultrs = { version = "0.8.0" }
walkdir = "2.5.0" walkdir = "2.5.0"
wildmatch = { version = "2.6.1", features = ["serde"] } wildmatch = { version = "2.6.1", features = ["serde"] }
+1 -1
View File
@@ -34,7 +34,7 @@ bytes.workspace = true
chacha20poly1305.workspace = true chacha20poly1305.workspace = true
hex.workspace = true hex.workspace = true
hmac.workspace = true hmac.workspace = true
minlz = "1.1.0" minlz.workspace = true
pin-project-lite.workspace = true pin-project-lite.workspace = true
rand.workspace = true rand.workspace = true
rustfs-rio.workspace = true rustfs-rio.workspace = true