chore: Bump svg from 0.9.2 to 0.10.0

Bumps [svg](https://github.com/bodoni/svg) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/bodoni/svg/releases)
- [Commits](https://github.com/bodoni/svg/commits)

---
updated-dependencies:
- dependency-name: svg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-28 20:07:29 +00:00 committed by Adrian Wielgosik
parent 169c79fa3a
commit 2d26e7ca59
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3567,9 +3567,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "svg"
version = "0.9.2"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa661b18f861c4511c2f2d9665838e367f6dcefda65e0ade2384b7915344a832"
checksum = "e72d8b19ab05827afefcca66bf47040c1e66a0901eb814784c77d4ec118bd309"
[[package]]
name = "swf"

View File

@ -14,7 +14,7 @@ fnv = "1.0.7"
js-sys = "0.3.50"
log = "0.4"
ruffle_web_common = { path = "../../web/common" }
svg = "0.9.2"
svg = "0.10.0"
percent-encoding = "2.1.0"
png = "0.16.8"
wasm-bindgen = "=0.2.73"