chore: Bump svg from 0.9.1 to 0.9.2

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-31 07:03:35 +00:00 committed by Mike Welsh
parent f173b81e38
commit 9b6b78fa1f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3561,9 +3561,9 @@ dependencies = [
[[package]]
name = "svg"
version = "0.9.1"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a95656b5b37251de210aa2751d538b6f31ce375bacf725a32223bfa6344e0776"
checksum = "fa661b18f861c4511c2f2d9665838e367f6dcefda65e0ade2384b7915344a832"
[[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.1"
svg = "0.9.2"
percent-encoding = "2.1.0"
png = "0.16.8"
wasm-bindgen = "=0.2.73"