chore(deps): refresh workspace dependencies (#5044)

Update compatible workspace dependencies and refresh the lockfile while
keeping ratelimit pinned.

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-20 12:32:13 +08:00
committed by GitHub
parent a774bc07da
commit c92e99ba95
2 changed files with 188 additions and 166 deletions
+10 -10
View File
@@ -139,13 +139,13 @@ async_zip = { default-features = false, version = "0.0.18" }
mysql_async = { default-features = false, version = "0.37" }
async-compression = { version = "0.4.42" }
async-recursion = "1.1.1"
async-trait = "0.1.89"
async-trait = "0.1.91"
async-nats = "0.49.1"
axum = "0.8.9"
futures = "0.3.32"
futures-core = "0.3.32"
futures = "0.3.33"
futures-core = "0.3.33"
futures-lite = "2.6.1"
futures-util = "0.3.32"
futures-util = "0.3.33"
pollster = "1.0.1"
pulsar = { default-features = false, version = "6.8.0" }
lapin = { default-features = false, version = "4.10.0" }
@@ -181,7 +181,7 @@ prost = "0.14.4"
quick-xml = "0.41.0"
rmp = { version = "0.8.15" }
rmp-serde = { version = "1.3.1" }
serde = { version = "1.0.228" }
serde = { version = "1.0.229" }
serde_json = { version = "1.0.150" }
serde_urlencoded = "0.7.1"
@@ -211,7 +211,7 @@ zeroize = { version = "1.9.0" }
# Time and Date
chrono = { version = "0.4.45" }
humantime = "2.4.0"
jiff = { version = "0.2.32" }
jiff = { version = "0.2.34" }
time = { version = "0.3.53" }
# Database
@@ -220,7 +220,7 @@ tokio-postgres = { default-features = false, version = "0.7.18" }
tokio-postgres-rustls = "0.14.0"
# Utilities and Tools
anyhow = "1.0.103"
anyhow = "1.0.104"
arc-swap = "1.9.2"
astral-tokio-tar = "0.6.4"
atoi = "3.1.0"
@@ -299,7 +299,7 @@ sysinfo = "0.39.6"
temp-env = "0.3.6"
tempfile = "3.27.0"
test-case = "3.3.1"
thiserror = "2.0.18"
thiserror = "2.0.19"
tracing = { version = "0.1.44" }
tracing-appender = "0.2.5"
tracing-error = "0.2.1"
@@ -310,7 +310,7 @@ url = "2.5.8"
urlencoding = "2.1.3"
uuid = { version = "1.24.0" }
vaultrs = { version = "0.8.0" }
tar = "0.4.44"
tar = "0.4.46"
walkdir = "2.5.0"
windows = { version = "0.62.2" }
xxhash-rust = { version = "0.8.17" }
@@ -341,7 +341,7 @@ dav-server = "0.11.0"
# Performance Analysis and Memory Profiling
mimalloc = "0.1.52"
hotpath = "0.21.4"
hotpath = "0.21.5"
# Snapshot testing for output format regression detection
insta = { version = "1.48" }