build(deps): bump svg from 0.8.2 to 0.9.0

Bumps [svg](https://github.com/bodoni/svg) from 0.8.2 to 0.9.0.
- [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] 2021-01-29 14:56:09 +00:00 committed by Mike Welsh
parent 6f14490f84
commit 047baa8d38
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3492,9 +3492,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "svg"
version = "0.8.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdb25a4593d6656239319426f4025f7a658157e25e89f0e0319d7516d46042d"
checksum = "dcbef9cf3cf75dd7772fb1f40dd6d90278a5263454db94ee399500ee9918aaa7"
[[package]]
name = "swf"

View File

@ -14,7 +14,7 @@ fnv = "1.0.7"
js-sys = "0.3.46"
log = "0.4"
ruffle_web_common = { path = "../../web/common" }
svg = "0.8.2"
svg = "0.9.0"
percent-encoding = "2.1.0"
png = "0.16.8"
wasm-bindgen = "=0.2.69"