From 30b4c0aa06f4d037c78d3a0f60ffb772d23fa265 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 10:35:21 +0000 Subject: [PATCH] Update cairo-rs requirement from 0.7.0 to 0.8.1 Updates the requirements on [cairo-rs](https://github.com/gtk-rs/cairo) to permit the latest version. - [Release notes](https://github.com/gtk-rs/cairo/releases) - [Commits](https://github.com/gtk-rs/cairo/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a3b900..18a5b92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] zathura-plugin-sys = { path = "zathura-plugin-sys", version = "0.2.0" } cairo-sys-rs = "0.9.0" -cairo-rs = { version = "0.7.0", features = ["v1_14"] } +cairo-rs = { version = "0.8.1", features = ["v1_14"] } pkg-version = "1.0.0" [dev-dependencies]