From 924fb059817ec12b362e187a71fd3e3a7eec8870 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 07:16:14 +0000 Subject: [PATCH] build(deps): bump svg from 0.7.0 to 0.7.1 Bumps [svg](https://github.com/bodoni/svg) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/bodoni/svg/releases) - [Commits](https://github.com/bodoni/svg/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- web/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00a69d93c..4e200f58a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,7 +1660,7 @@ dependencies = [ "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "png 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "ruffle_core 0.1.0", - "svg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "svg 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1899,7 +1899,7 @@ dependencies = [ [[package]] name = "svg" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2629,7 +2629,7 @@ dependencies = [ "checksum strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "032c03039aae92b350aad2e3779c352e104d919cb192ba2fabbd7b831ce4f0f6" "checksum structopt 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe43617218c0805c6eb37160119dc3c548110a67786da7218d1c6555212f073" "checksum structopt-derive 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c6e79c80e0f4efd86ca960218d4e056249be189ff1c42824dcd9a7f51a56f0bd" -"checksum svg 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3dff1d4826764f61aab75297bbc896e31e6d79903798245c1021f5f7fdfada9" +"checksum svg 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99bfc4e5077d9047fe8a5cbeb22f0164251e015f85480599892060c07a4e853f" "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" "checksum syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" "checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" diff --git a/web/Cargo.toml b/web/Cargo.toml index dda968156..baee05510 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -21,7 +21,7 @@ generational-arena = "0.2.7" js-sys = "0.3.25" log = "0.4" png = "0.16.0" -svg = "0.7.0" +svg = "0.7.1" percent-encoding = "2.1.0" url = "2.1.1" wasm-bindgen = "0.2.57"