summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2021-12-08 09:57:33 -0600
committerFederico Mena Quintero <federico@gnome.org>2021-12-08 09:57:33 -0600
commit19ac036fc01086e934901da976af962b59093b86 (patch)
treede2fdcee2f04302b9ff0dcffb58a07bca7f99233 /Cargo.lock
parent954bfe9397d435ec817dd72880ffd78c594c18be (diff)
downloadlibrsvg-19ac036fc01086e934901da976af962b59093b86.tar.gz
Update the cast crate, and fix the workaround there was for it
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/641>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 9 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 952034d8..0885a011 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -175,6 +175,12 @@ dependencies = [
]
[[package]]
+name = "cast"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
+
+[[package]]
name = "cfg-expr"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -251,7 +257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10"
dependencies = [
"atty",
- "cast",
+ "cast 0.2.7",
"clap",
"criterion-plot",
"csv",
@@ -276,7 +282,7 @@ version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57"
dependencies = [
- "cast",
+ "cast 0.2.7",
"itertools 0.10.3",
]
@@ -863,7 +869,7 @@ version = "2.52.4"
dependencies = [
"assert_cmd",
"cairo-rs",
- "cast",
+ "cast 0.3.0",
"chrono",
"clap",
"criterion",