diff --git a/Cargo.lock b/Cargo.lock index 2b8d30dd..edbccd81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6354,9 +6354,9 @@ dependencies = [ [[package]] name = "wry" -version = "0.46.1" +version = "0.46.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f8c948dc5f7c23bd93ba03b85b7f679852589bb78e150424d993171e4ef7b73" +checksum = "cd5cdf57c66813d97601181349c63b96994b3074fc3d7a31a8cce96e968e3bbd" dependencies = [ "base64", "block2", diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index 7f21052a..35f369e4 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -22,7 +22,7 @@ resvg = { version = "0.41.0", default-features = false } usvg = { version = "0.41.0", default-features = false } paste = "1" once_cell = "1.19.0" -wry = "0.46.1" +wry = "0.46.3" smol = "1" regex = "1" rust-i18n = "3"