build(deps): bump wry from 0.47.0 to 0.47.2 (#434)

This commit is contained in:
dependabot[bot] 2024-11-26 13:29:03 +08:00 committed by GitHub
parent ea6ec8aa5d
commit 931d762955
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -474,7 +474,7 @@ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"cexpr", "cexpr",
"clang-sys", "clang-sys",
"itertools 0.11.0", "itertools 0.13.0",
"log", "log",
"prettyplease", "prettyplease",
"proc-macro2", "proc-macro2",
@ -3380,7 +3380,7 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
dependencies = [ dependencies = [
"proc-macro-crate 1.3.1", "proc-macro-crate 3.2.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.86", "syn 2.0.86",
@ -6488,9 +6488,9 @@ dependencies = [
[[package]] [[package]]
name = "wry" name = "wry"
version = "0.47.0" version = "0.47.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "553ca1ce149982123962fac2506aa75b8b76288779a77e72b12fa2fc34938647" checksum = "61ce51277d65170f6379d8cda935c80e3c2d1f0ff712a123c8bddb11b31a4b73"
dependencies = [ dependencies = [
"base64", "base64",
"block2", "block2",

View file

@ -33,7 +33,7 @@ usvg = { version = "0.44.0", default-features = false, features = [
"text", "text",
] } ] }
uuid = "1.10" uuid = "1.10"
wry = "0.47.0" wry = "0.47.2"
# Calendar # Calendar
chrono = "0.4.38" chrono = "0.4.38"