From: Ian Jackson Date: Wed, 14 Apr 2021 15:48:14 +0000 (+0100) Subject: cargo: update usvg to 0.13.1 X-Git-Tag: otter-0.5.0~65 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=72387221cd14a1fe998dad1275e69a023e43faee;p=otter.git cargo: update usvg to 0.13.1 We can't use 0.14 because its command line parser is broken: https://github.com/RazrFalcon/resvg/issues/374 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 073d940b..ced23d33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4253,9 +4253,9 @@ checksum = "110352d4e9076c67839003c7788d8604e24dcded13e0b375af3efaa8cf468517" [[package]] name = "usvg" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2f20237d0e6e190b1179fe6d859a6f98c4160f4efdd0a2e577b9cd2b24c5ae2" +checksum = "49cf4a80e688e21577387cf750f0d6c18cd0dfc524ba9cf3ef7e01eae5301288" dependencies = [ "base64 0.13.0", "data-url", diff --git a/Cargo.toml b/Cargo.toml index f42de49f..cce50f0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ url="2" vecdeque-stableix="1" [build-dependencies] -usvg="=0.13.0" +usvg="0.13" bundle-sources="0.0.1" [dependencies.enum-map]