From 360c091ffccfd2759518e2023bfd2776e103eb43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 05:23:20 +0000 Subject: [PATCH] fix(deps): update rust crate cairo-rs to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9723047cd..874bf3ab02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ windows-implement = "0.44.0" ] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] -cairo-rs = "0.16" +cairo-rs = "0.17" gio = "0.16" glib = "0.16" glib-sys = "0.16"