mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 13:36:50 +00:00
chore(deps): bump multiple dependencies (#1510)
This commit is contained in:
Generated
+4152
-4300
File diff suppressed because it is too large
Load Diff
+12
-12
@@ -96,7 +96,7 @@ rustfs-zip = { path = "./crates/zip", version = "0.0.5" }
|
|||||||
|
|
||||||
# Async Runtime and Networking
|
# Async Runtime and Networking
|
||||||
async-channel = "2.5.0"
|
async-channel = "2.5.0"
|
||||||
async-compression = { version = "0.4.19" }
|
async-compression = { version = "0.4.37" }
|
||||||
async-recursion = "1.1.1"
|
async-recursion = "1.1.1"
|
||||||
async-trait = "0.1.89"
|
async-trait = "0.1.89"
|
||||||
axum = "0.8.8"
|
axum = "0.8.8"
|
||||||
@@ -121,7 +121,7 @@ tokio-util = { version = "0.7.18", features = ["io", "compat"] }
|
|||||||
tonic = { version = "0.14.2", features = ["gzip"] }
|
tonic = { version = "0.14.2", features = ["gzip"] }
|
||||||
tonic-prost = { version = "0.14.2" }
|
tonic-prost = { version = "0.14.2" }
|
||||||
tonic-prost-build = { version = "0.14.2" }
|
tonic-prost-build = { version = "0.14.2" }
|
||||||
tower = { version = "0.5.2", features = ["timeout"] }
|
tower = { version = "0.5.3", features = ["timeout"] }
|
||||||
tower-http = { version = "0.6.8", features = ["cors"] }
|
tower-http = { version = "0.6.8", features = ["cors"] }
|
||||||
|
|
||||||
# Serialization and Data Formats
|
# Serialization and Data Formats
|
||||||
@@ -148,8 +148,8 @@ chacha20poly1305 = { version = "0.11.0-rc.2" }
|
|||||||
crc-fast = "1.6.0"
|
crc-fast = "1.6.0"
|
||||||
hmac = { version = "0.13.0-rc.3" }
|
hmac = { version = "0.13.0-rc.3" }
|
||||||
jsonwebtoken = { version = "10.2.0", features = ["aws_lc_rs"] }
|
jsonwebtoken = { version = "10.2.0", features = ["aws_lc_rs"] }
|
||||||
pbkdf2 = "0.13.0-rc.6"
|
pbkdf2 = "0.13.0-rc.7"
|
||||||
rsa = { version = "0.10.0-rc.11" }
|
rsa = { version = "0.10.0-rc.12" }
|
||||||
rustls = { version = "0.23.36", default-features = false, features = ["aws-lc-rs", "logging", "tls12", "prefer-post-quantum", "std"] }
|
rustls = { version = "0.23.36", default-features = false, features = ["aws-lc-rs", "logging", "tls12", "prefer-post-quantum", "std"] }
|
||||||
rustls-pemfile = "2.2.0"
|
rustls-pemfile = "2.2.0"
|
||||||
rustls-pki-types = "1.13.2"
|
rustls-pki-types = "1.13.2"
|
||||||
@@ -161,7 +161,7 @@ zeroize = { version = "1.8.2", features = ["derive"] }
|
|||||||
# Time and Date
|
# Time and Date
|
||||||
chrono = { version = "0.4.42", features = ["serde"] }
|
chrono = { version = "0.4.42", features = ["serde"] }
|
||||||
humantime = "2.3.0"
|
humantime = "2.3.0"
|
||||||
time = { version = "0.3.44", features = ["std", "parsing", "formatting", "macros", "serde"] }
|
time = { version = "0.3.45", features = ["std", "parsing", "formatting", "macros", "serde"] }
|
||||||
|
|
||||||
# Utilities and Tools
|
# Utilities and Tools
|
||||||
anyhow = "1.0.100"
|
anyhow = "1.0.100"
|
||||||
@@ -182,7 +182,7 @@ const-str = { version = "1.0.0", features = ["std", "proc"] }
|
|||||||
convert_case = "0.10.0"
|
convert_case = "0.10.0"
|
||||||
criterion = { version = "0.8", features = ["html_reports"] }
|
criterion = { version = "0.8", features = ["html_reports"] }
|
||||||
crossbeam-queue = "0.3.12"
|
crossbeam-queue = "0.3.12"
|
||||||
datafusion = "51.0.0"
|
datafusion = "52.0.0"
|
||||||
derive_builder = "0.20.2"
|
derive_builder = "0.20.2"
|
||||||
dunce = "1.0.5"
|
dunce = "1.0.5"
|
||||||
enumset = "1.1.10"
|
enumset = "1.1.10"
|
||||||
@@ -190,8 +190,8 @@ faster-hex = "0.10.0"
|
|||||||
flate2 = "1.1.8"
|
flate2 = "1.1.8"
|
||||||
flexi_logger = { version = "0.31.7", features = ["trc", "dont_minimize_extra_stacks", "compress", "kv", "json"] }
|
flexi_logger = { version = "0.31.7", features = ["trc", "dont_minimize_extra_stacks", "compress", "kv", "json"] }
|
||||||
glob = "0.3.3"
|
glob = "0.3.3"
|
||||||
google-cloud-storage = "1.5.0"
|
google-cloud-storage = "1.6.0"
|
||||||
google-cloud-auth = "1.3.0"
|
google-cloud-auth = "1.4.0"
|
||||||
hashbrown = { version = "0.16.1", features = ["serde", "rayon"] }
|
hashbrown = { version = "0.16.1", features = ["serde", "rayon"] }
|
||||||
heed = { version = "0.22.0" }
|
heed = { version = "0.22.0" }
|
||||||
hex-simd = "0.8.0"
|
hex-simd = "0.8.0"
|
||||||
@@ -200,7 +200,7 @@ ipnetwork = { version = "0.21.1", features = ["serde"] }
|
|||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
libc = "0.2.180"
|
libc = "0.2.180"
|
||||||
libsystemd = "0.7.2"
|
libsystemd = "0.7.2"
|
||||||
local-ip-address = "0.6.8"
|
local-ip-address = "0.6.9"
|
||||||
lz4 = "1.28.1"
|
lz4 = "1.28.1"
|
||||||
matchit = "0.9.1"
|
matchit = "0.9.1"
|
||||||
md-5 = "0.11.0-rc.3"
|
md-5 = "0.11.0-rc.3"
|
||||||
@@ -223,7 +223,7 @@ rayon = "1.11.0"
|
|||||||
reed-solomon-simd = { version = "3.1.0" }
|
reed-solomon-simd = { version = "3.1.0" }
|
||||||
regex = { version = "1.12.2" }
|
regex = { version = "1.12.2" }
|
||||||
rumqttc = { version = "0.25.1" }
|
rumqttc = { version = "0.25.1" }
|
||||||
rust-embed = { version = "8.9.0" }
|
rust-embed = { version = "8.11.0" }
|
||||||
rustc-hash = { version = "2.1.1" }
|
rustc-hash = { version = "2.1.1" }
|
||||||
s3s = { version = "0.13.0-alpha.1", features = ["minio"] }
|
s3s = { version = "0.13.0-alpha.1", features = ["minio"] }
|
||||||
serial_test = "3.3.1"
|
serial_test = "3.3.1"
|
||||||
@@ -254,7 +254,7 @@ walkdir = "2.5.0"
|
|||||||
wildmatch = { version = "2.6.1", features = ["serde"] }
|
wildmatch = { version = "2.6.1", features = ["serde"] }
|
||||||
windows = { version = "0.62.2" }
|
windows = { version = "0.62.2" }
|
||||||
xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] }
|
xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] }
|
||||||
zip = "7.0.0"
|
zip = "7.1.0"
|
||||||
zstd = "0.13.3"
|
zstd = "0.13.3"
|
||||||
|
|
||||||
# Observability and Metrics
|
# Observability and Metrics
|
||||||
@@ -270,7 +270,7 @@ opentelemetry-stdout = { version = "0.31.0" }
|
|||||||
libunftp = "0.21.0"
|
libunftp = "0.21.0"
|
||||||
russh = { version = "0.56.0", features = ["aws-lc-rs", "rsa"], default-features = false }
|
russh = { version = "0.56.0", features = ["aws-lc-rs", "rsa"], default-features = false }
|
||||||
russh-sftp = "2.1.1"
|
russh-sftp = "2.1.1"
|
||||||
ssh-key = { version = "0.7.0-rc.4", features = ["std", "rsa", "ed25519"] }
|
ssh-key = { version = "0.7.0-rc.5", features = ["std", "rsa", "ed25519"] }
|
||||||
suppaftp = { version = "7.1.0", features = ["tokio", "tokio-rustls", "rustls"] }
|
suppaftp = { version = "7.1.0", features = ["tokio", "tokio-rustls", "rustls"] }
|
||||||
rcgen = "0.14.6"
|
rcgen = "0.14.6"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user