From 64d92960b960a4b2fdf9205b6188f55650ddd62f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 13:25:43 +0100 Subject: [PATCH] chore(deps): update rust crate webkit2gtk to v2.0.2 (#1640) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars --- .changes/webitgtkrs.md | 5 +++++ Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .changes/webitgtkrs.md diff --git a/.changes/webitgtkrs.md b/.changes/webitgtkrs.md new file mode 100644 index 0000000..9bff05e --- /dev/null +++ b/.changes/webitgtkrs.md @@ -0,0 +1,5 @@ +--- +wry: minor +--- + +Update webkit2gtk-rs crates to `2.0.2`. diff --git a/Cargo.lock b/Cargo.lock index c250fb0..f8c2179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3450,9 +3450,9 @@ dependencies = [ [[package]] name = "webkit2gtk" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a" +checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" dependencies = [ "bitflags 1.3.2", "cairo-rs", @@ -3474,9 +3474,9 @@ dependencies = [ [[package]] name = "webkit2gtk-sys" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c" +checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" dependencies = [ "bitflags 1.3.2", "cairo-sys-rs", diff --git a/Cargo.toml b/Cargo.toml index 5b6cd12..a55c3b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,8 +56,8 @@ cookie = "0.18" javascriptcore-rs = { version = "=1.1.2", features = [ "v2_28", ], optional = true } -webkit2gtk = { version = "=2.0.1", features = ["v2_38"], optional = true } -webkit2gtk-sys = { version = "=2.0.1", optional = true } +webkit2gtk = { version = "=2.0.2", features = ["v2_38"], optional = true } +webkit2gtk-sys = { version = "=2.0.2", optional = true } gtk = { version = "0.18", optional = true } soup3 = { version = "0.5", optional = true } x11-dl = { version = "2.21", optional = true }