From 54e712f8f674efd441e15b83dc282d6a86b994aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:20:00 +0000 Subject: [PATCH] Bump usvg from 0.40.0 to 0.41.0 Bumps [usvg](https://github.com/RazrFalcon/resvg) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/RazrFalcon/resvg/releases) - [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/resvg/compare/v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: usvg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 107 ++++++++++++++++++++++++++++++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 98 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f13dd58..194145a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ "toml 0.8.12", "trash", "typed-builder", - "usvg", + "usvg 0.41.0", "winit 0.28.7", "winres", ] @@ -276,6 +276,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "bit_field" version = "0.10.2" @@ -1301,6 +1307,16 @@ dependencies = [ "smallvec", ] +[[package]] +name = "kurbo" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c" +dependencies = [ + "arrayvec 0.7.4", + "smallvec", +] + [[package]] name = "lazy_static" version = "1.4.0" @@ -2129,9 +2145,9 @@ dependencies = [ "pico-args", "png", "rgb", - "svgtypes", + "svgtypes 0.14.0", "tiny-skia 0.11.4", - "usvg", + "usvg 0.40.0", ] [[package]] @@ -2178,8 +2194,24 @@ dependencies = [ "bytemuck", "smallvec", "ttf-parser", - "unicode-bidi-mirroring", - "unicode-ccc", + "unicode-bidi-mirroring 0.1.0", + "unicode-ccc 0.1.2", + "unicode-properties", + "unicode-script", +] + +[[package]] +name = "rustybuzz" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88117946aa1bfb53c2ae0643ceac6506337f44887f8c9fbfb43587b1cc52ba49" +dependencies = [ + "bitflags 2.5.0", + "bytemuck", + "smallvec", + "ttf-parser", + "unicode-bidi-mirroring 0.2.0", + "unicode-ccc 0.2.0", "unicode-properties", "unicode-script", ] @@ -2320,6 +2352,12 @@ version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" +[[package]] +name = "siphasher" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" + [[package]] name = "slotmap" version = "1.0.7" @@ -2385,7 +2423,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59d7618f12b51be8171a7cfdda1e7a93f79cbc57c4e7adf89a749cf671125241" dependencies = [ "kurbo 0.10.4", - "siphasher", + "siphasher 0.3.11", +] + +[[package]] +name = "svgtypes" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f" +dependencies = [ + "kurbo 0.11.0", + "siphasher 1.0.1", ] [[package]] @@ -2674,12 +2722,24 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694" +[[package]] +name = "unicode-bidi-mirroring" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86" + [[package]] name = "unicode-ccc" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1" +[[package]] +name = "unicode-ccc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656" + [[package]] name = "unicode-ident" version = "1.0.12" @@ -2730,7 +2790,7 @@ version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c04150a94f0bfc3b2c15d4e151524d14cd06765fc6641d8b1c59a248360d4474" dependencies = [ - "base64", + "base64 0.21.7", "data-url", "flate2", "fontdb", @@ -2739,11 +2799,38 @@ dependencies = [ "log", "pico-args", "roxmltree", - "rustybuzz", + "rustybuzz 0.12.1", + "simplecss", + "siphasher 0.3.11", + "strict-num", + "svgtypes 0.14.0", + "tiny-skia-path 0.11.4", + "unicode-bidi", + "unicode-script", + "unicode-vo", + "xmlwriter", +] + +[[package]] +name = "usvg" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d" +dependencies = [ + "base64 0.22.0", + "data-url", + "flate2", + "fontdb", + "imagesize", + "kurbo 0.11.0", + "log", + "pico-args", + "roxmltree", + "rustybuzz 0.13.0", "simplecss", - "siphasher", + "siphasher 1.0.1", "strict-num", - "svgtypes", + "svgtypes 0.15.0", "tiny-skia-path 0.11.4", "unicode-bidi", "unicode-script", diff --git a/Cargo.toml b/Cargo.toml index de540a4..f484355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,5 +68,5 @@ tiny-skia = "0.11" toml = "0.8" trash = { version = "4.0", default-features = false } typed-builder = "0.18" -usvg = "0.40" +usvg = "0.41" winit = "0.28"