chore(deps): bump web-sys from 0.3.56 to 0.3.57 (#1122)
Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.56 to 0.3.57. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c4f76f40c6
commit
e394f40e46
|
@ -4256,9 +4256,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "web-sys"
|
||||
version = "0.3.56"
|
||||
version = "0.3.57"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
||||
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
||||
dependencies = [
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
|
|
|
@ -40,7 +40,7 @@ wee_alloc = { version = "0.4.5", optional = true }
|
|||
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
hex = "0.4.3"
|
||||
web-sys = "0.3.56"
|
||||
web-sys = "0.3.57"
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.29"
|
||||
|
|
Loading…
Reference in New Issue