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",