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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-03 07:16:14 +00:00
parent cd334bcd3f
commit 924fb05981
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -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"

View File

@ -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"