diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-28 16:45:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 16:45:36 +0000 |
commit | 8f3491393f90678db6c65cc02ffe6c2403ece5ac (patch) | |
tree | d77aed1467c6053c0a28fec899ee637ee17d4f02 | |
parent | 81a38bde8cc0359efc32f2661fa5e4db33b38446 (diff) | |
download | servo-8f3491393f90678db6c65cc02ffe6c2403ece5ac.tar.gz servo-8f3491393f90678db6c65cc02ffe6c2403ece5ac.zip |
build(deps): bump web-sys from 0.3.65 to 0.3.66 (#30793)
Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.65 to 0.3.66.
- [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: indirect
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>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index efb1bef76a1..aca0ae4b2d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6610,9 +6610,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.65" +version = "0.3.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85" +checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" dependencies = [ "js-sys", "wasm-bindgen", |