build(deps): bump the dependencies group with 3 updates (#1148)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
dependabot[bot]
2025-12-15 20:39:04 +08:00
committed by GitHub
parent 2e4ce6921b
commit 0f2e4d124c
2 changed files with 12 additions and 12 deletions

18
Cargo.lock generated
View File

@@ -1700,18 +1700,18 @@ dependencies = [
[[package]]
name = "const-str"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4d34b8f066904ed7cfa4a6f9ee96c3214aa998cb44b69ca20bd2054f47402ed"
checksum = "b0664d2867b4a32697dfe655557f5c3b187e9b605b38612a748e5ec99811d160"
dependencies = [
"const-str-proc-macro",
]
[[package]]
name = "const-str-proc-macro"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08a8aee16926ee1c4ad18868b8c3dfe5106359053f91e035861ec2a17116988"
checksum = "5c25c2a02ba19f2d4fd9f54d5f239f97c867deb7397763a9771edab63c44a4fa"
dependencies = [
"proc-macro2",
"quote",
@@ -4865,9 +4865,9 @@ dependencies = [
[[package]]
name = "local-ip-address"
version = "0.6.6"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786c72d9739fc316a7acf9b22d9c2794ac9cb91074e9668feb04304ab7219783"
checksum = "970fba174cc6a56a865d966e0930414ed6959ef207d53c5406069f4f433dd738"
dependencies = [
"libc",
"neli",
@@ -5798,9 +5798,9 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.13.0-rc.4"
version = "0.13.0-rc.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82bdbf7229e8f41652a6782ecbb457bc3cebe44b5fe19c32ad7249b4a0ce0a37"
checksum = "c015873c38594dfb7724f90b2ed912a606697393bda2d39fd83c2394301f808a"
dependencies = [
"digest 0.11.0-rc.4",
"hmac 0.13.0-rc.3",
@@ -7186,7 +7186,7 @@ dependencies = [
"cfg-if",
"chacha20poly1305",
"jsonwebtoken",
"pbkdf2 0.13.0-rc.4",
"pbkdf2 0.13.0-rc.5",
"rand 0.10.0-rc.5",
"serde_json",
"sha2 0.11.0-rc.3",

View File

@@ -145,7 +145,7 @@ chacha20poly1305 = { version = "0.11.0-rc.2" }
crc-fast = "1.6.0"
hmac = { version = "0.13.0-rc.3" }
jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] }
pbkdf2 = "0.13.0-rc.4"
pbkdf2 = "0.13.0-rc.5"
rsa = { version = "0.10.0-rc.10" }
rustls = { version = "0.23.35", features = ["ring", "logging", "std", "tls12"], default-features = false }
rustls-pemfile = "2.2.0"
@@ -175,7 +175,7 @@ base64-simd = "0.8.0"
brotli = "8.0.2"
cfg-if = "1.0.4"
clap = { version = "4.5.53", features = ["derive", "env"] }
const-str = { version = "0.7.0", features = ["std", "proc"] }
const-str = { version = "0.7.1", features = ["std", "proc"] }
convert_case = "0.10.0"
criterion = { version = "0.8", features = ["html_reports"] }
crossbeam-queue = "0.3.12"
@@ -196,7 +196,7 @@ ipnetwork = { version = "0.21.1", features = ["serde"] }
lazy_static = "1.5.0"
libc = "0.2.178"
libsystemd = "0.7.2"
local-ip-address = "0.6.6"
local-ip-address = "0.6.7"
lz4 = "1.28.1"
matchit = "0.9.0"
md-5 = "0.11.0-rc.3"