mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-26 05:56:50 +00:00
dep: upgrade tokio 1.49.0 (#1378)
This commit is contained in:
Generated
+213
-225
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -113,11 +113,11 @@ http-body = "1.0.1"
|
|||||||
http-body-util = "0.1.3"
|
http-body-util = "0.1.3"
|
||||||
reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls-no-provider", "charset", "http2", "system-proxy", "stream", "json", "blocking"] }
|
reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls-no-provider", "charset", "http2", "system-proxy", "stream", "json", "blocking"] }
|
||||||
socket2 = "0.6.1"
|
socket2 = "0.6.1"
|
||||||
tokio = { version = "1.48.0", features = ["fs", "rt-multi-thread"] }
|
tokio = { version = "1.49.0", features = ["fs", "rt-multi-thread"] }
|
||||||
tokio-rustls = { version = "0.26.4", default-features = false, features = ["logging", "tls12", "aws-lc-rs"] }
|
tokio-rustls = { version = "0.26.4", default-features = false, features = ["logging", "tls12", "aws-lc-rs"] }
|
||||||
tokio-stream = { version = "0.1.17" }
|
tokio-stream = { version = "0.1.18" }
|
||||||
tokio-test = "0.4.4"
|
tokio-test = "0.4.5"
|
||||||
tokio-util = { version = "0.7.17", features = ["io", "compat"] }
|
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" }
|
||||||
@@ -149,7 +149,7 @@ 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 = ["rust_crypto"] }
|
jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] }
|
||||||
pbkdf2 = "0.13.0-rc.5"
|
pbkdf2 = "0.13.0-rc.5"
|
||||||
rsa = { version = "0.10.0-rc.10" }
|
rsa = { version = "0.10.0-rc.11" }
|
||||||
rustls = { version = "0.23.35" }
|
rustls = { version = "0.23.35" }
|
||||||
rustls-pemfile = "2.2.0"
|
rustls-pemfile = "2.2.0"
|
||||||
rustls-pki-types = "1.13.2"
|
rustls-pki-types = "1.13.2"
|
||||||
@@ -177,8 +177,8 @@ base64 = "0.22.1"
|
|||||||
base64-simd = "0.8.0"
|
base64-simd = "0.8.0"
|
||||||
brotli = "8.0.2"
|
brotli = "8.0.2"
|
||||||
cfg-if = "1.0.4"
|
cfg-if = "1.0.4"
|
||||||
clap = { version = "4.5.53", features = ["derive", "env"] }
|
clap = { version = "4.5.54", features = ["derive", "env"] }
|
||||||
const-str = { version = "0.7.1", features = ["std", "proc"] }
|
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"
|
||||||
@@ -197,7 +197,7 @@ hex-simd = "0.8.0"
|
|||||||
highway = { version = "1.3.0" }
|
highway = { version = "1.3.0" }
|
||||||
ipnetwork = { version = "0.21.1", features = ["serde"] }
|
ipnetwork = { version = "0.21.1", features = ["serde"] }
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
libc = "0.2.178"
|
libc = "0.2.179"
|
||||||
libsystemd = "0.7.2"
|
libsystemd = "0.7.2"
|
||||||
local-ip-address = "0.6.8"
|
local-ip-address = "0.6.8"
|
||||||
lz4 = "1.28.1"
|
lz4 = "1.28.1"
|
||||||
@@ -217,7 +217,7 @@ path-absolutize = "3.1.1"
|
|||||||
path-clean = "1.0.1"
|
path-clean = "1.0.1"
|
||||||
pin-project-lite = "0.2.16"
|
pin-project-lite = "0.2.16"
|
||||||
pretty_assertions = "1.4.1"
|
pretty_assertions = "1.4.1"
|
||||||
rand = { version = "0.10.0-rc.5", features = ["serde"] }
|
rand = { version = "0.10.0-rc.6", features = ["serde"] }
|
||||||
rayon = "1.11.0"
|
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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user