Merge branch 'main' into dependabot/github_actions/EmbarkStudios/cargo-deny-action-2.0.16

This commit is contained in:
Yuki Okushi 2026-04-13 20:59:45 +09:00 committed by GitHub
commit 05573fbb89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

16
Cargo.lock generated
View File

@ -88,7 +88,7 @@ dependencies = [
"openssl",
"percent-encoding",
"pin-project-lite",
"rand 0.9.2",
"rand 0.9.3",
"rcgen",
"regex",
"rustls 0.23.37",
@ -164,7 +164,7 @@ dependencies = [
"memchr",
"mime",
"multer",
"rand 0.9.2",
"rand 0.9.3",
"serde",
"serde_json",
"serde_plain",
@ -362,7 +362,7 @@ dependencies = [
"once_cell",
"openssl",
"pin-project-lite",
"rand 0.9.2",
"rand 0.9.3",
"rcgen",
"regex",
"regex-lite",
@ -606,7 +606,7 @@ dependencies = [
"openssl",
"percent-encoding",
"pin-project-lite",
"rand 0.9.2",
"rand 0.9.3",
"rcgen",
"rustls 0.20.9",
"rustls 0.21.12",
@ -1516,7 +1516,7 @@ dependencies = [
"idna",
"ipnet",
"once_cell",
"rand 0.9.2",
"rand 0.9.3",
"ring 0.17.14",
"thiserror 2.0.18",
"tinyvec",
@ -1538,7 +1538,7 @@ dependencies = [
"moka",
"once_cell",
"parking_lot",
"rand 0.9.2",
"rand 0.9.3",
"resolv-conf",
"smallvec",
"thiserror 2.0.18",
@ -2308,9 +2308,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.5",