From 88106aadcea45948919f7b1af675a0ad1df7b95d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:46:38 +0000 Subject: [PATCH] fix(deps): update rust crate x11-dl to 2.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94901e8281..f30b9ad180 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ webkit2gtk = { version = "=2.0", features = [ "v2_38" ], optional = true } webkit2gtk-sys = { version = "=2.0", optional = true } gtk = { version = "0.18", optional = true } soup3 = { version = "0.5", optional = true } -x11-dl = { version = "2.9", optional = true } +x11-dl = { version = "2.21", optional = true } gdkx11 = { version = "0.18", optional = true } percent-encoding = "2.1"