build(deps): bump svg from 0.8.1 to 0.8.2

Bumps [svg](https://github.com/bodoni/svg) from 0.8.1 to 0.8.2.
- [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-21 12:14:53 +00:00 committed by Mike Welsh
parent dc2b4fcc42
commit 8bc64be012
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3429,9 +3429,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "svg"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be07c7154ccb4eaa86dc19f4317b134e47040335944e4b7b38d0bfc4eec06b04"
checksum = "3bdb25a4593d6656239319426f4025f7a658157e25e89f0e0319d7516d46042d"
[[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.1"
svg = "0.8.2"
percent-encoding = "2.1.0"
png = "0.16.8"
wasm-bindgen = "0.2.69"