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
+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-body = "1.0.1"
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"] }
rustfs-kafka-async = { version = "1.2.0" }
socket2 = { version = "0.6.4", features = ["all"] }
@@ -207,8 +208,8 @@ tokio-postgres-rustls = "0.14.0"
# Utilities and Tools
anyhow = "1.0.102"
arc-swap = "1.9.1"
astral-tokio-tar = "0.6.2"
atoi = "3.0.0"
astral-tokio-tar = "0.6.3"
atoi = "3.1.0"
atomic_enum = "0.3.0"
aws-config = { version = "1.8.18" }
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"
url = "2.5.8"
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" }
walkdir = "2.5.0"
wildmatch = { version = "2.6.1", features = ["serde"] }