[librsvg/bilelmoussaoui/bump-gtk-rs] bump cairo-rs
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/bilelmoussaoui/bump-gtk-rs] bump cairo-rs
- Date: Fri, 10 Jul 2020 11:07:41 +0000 (UTC)
commit 9094bd116dc3599bb79f209c982325bd1c4a740e
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Fri Jul 10 13:07:24 2020 +0200
bump cairo-rs
Cargo.lock | 12 ++++++------
librsvg/Cargo.toml | 2 +-
librsvg_crate/Cargo.toml | 2 +-
rsvg_internals/Cargo.toml | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index afb2eacf..40930a87 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -91,7 +91,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cairo-rs"
-version = "0.9.0"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -727,7 +727,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "librsvg"
version = "2.49.3"
dependencies = [
- "cairo-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-rs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gio 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rsvg_internals 0.0.1",
@@ -752,7 +752,7 @@ name = "librsvg_c_api"
version = "0.0.1"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "cairo-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-rs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1038,7 +1038,7 @@ version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "cairo-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-rs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1414,7 +1414,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "rsvg_internals"
version = "0.0.1"
dependencies = [
- "cairo-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-rs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1948,7 +1948,7 @@ dependencies = [
"checksum bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" =
"31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
"checksum bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" =
"2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" =
"08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
-"checksum cairo-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" =
"20c39055f35fb3cf8cc2683e8e85097cc1b26f76ac1438626a50c503cc141e5c"
+"checksum cairo-rs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" =
"c5c0f2e047e8ca53d0ff249c54ae047931d7a6ebe05d00af73e0ffeb6e34bdb8"
"checksum cairo-sys-rs 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" =
"2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7"
"checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" =
"4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" =
"4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
diff --git a/librsvg/Cargo.toml b/librsvg/Cargo.toml
index c93e3bcc..98110782 100644
--- a/librsvg/Cargo.toml
+++ b/librsvg/Cargo.toml
@@ -12,7 +12,7 @@ crate-type = [ "staticlib", "rlib" ]
[dependencies]
bitflags = "1.0"
-cairo-rs = { version="0.9.0", features=["v1_16"] }
+cairo-rs = { version="0.9.1", features=["v1_16"] }
cairo-sys-rs = "0.10.0"
cast = "0.2.3"
gdk-pixbuf = "0.9.0"
diff --git a/librsvg_crate/Cargo.toml b/librsvg_crate/Cargo.toml
index e6eca8e9..89d4482e 100644
--- a/librsvg_crate/Cargo.toml
+++ b/librsvg_crate/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
name = "librsvg"
[dependencies]
-cairo-rs = "0.9.0"
+cairo-rs = "0.9.1"
glib = "0.10.1"
gio = { version="0.9.0", features=["v2_50"] } # per configure.ac
rsvg_internals = { path = "../rsvg_internals" }
diff --git a/rsvg_internals/Cargo.toml b/rsvg_internals/Cargo.toml
index 5f8d4178..108b736a 100644
--- a/rsvg_internals/Cargo.toml
+++ b/rsvg_internals/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2018"
# Keep these in sync with respect to the cairo-rs version:
# librsvg_crate/Cargo.toml
# librsvg_crate/src/lib.rs - toplevel example in the docs
-cairo-rs = { version="0.9.0", features=["v1_16"] }
+cairo-rs = { version="0.9.1", features=["v1_16"] }
cairo-sys-rs = "0.10.0"
cast = "0.2.3"
cssparser = "0.27.1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]