build(deps): bump svg from 0.9.0 to 0.9.1

Bumps [svg](https://github.com/bodoni/svg) from 0.9.0 to 0.9.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] 2021-03-04 07:11:40 +00:00 committed by Mike Welsh
parent f64e5d5b41
commit 983686a33e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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