fix(security): resolve remaining dependabot alerts

This commit is contained in:
晴天
2026-04-25 11:29:12 +08:00
parent a3a1c4db82
commit 561b6efc42
3 changed files with 9 additions and 8 deletions

10
src-tauri/Cargo.lock generated
View File

@@ -374,7 +374,7 @@ dependencies = [
"ed25519-dalek",
"flate2",
"futures-util",
"rand 0.8.5",
"rand 0.8.6",
"regex",
"reqwest 0.12.28",
"serde",
@@ -2552,7 +2552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared 0.10.0",
"rand 0.8.5",
"rand 0.8.6",
]
[[package]]
@@ -2562,7 +2562,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
dependencies = [
"phf_shared 0.11.3",
"rand 0.8.5",
"rand 0.8.6",
]
[[package]]
@@ -2933,9 +2933,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.8.5"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
dependencies = [
"libc",
"rand_chacha 0.3.1",