Skip to content

Commit

Permalink
chore: bump js-sys from 0.3.72 to 0.3.74
Browse files Browse the repository at this point in the history
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.72 to 0.3.74.
- [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: js-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benfdking committed Dec 2, 2024
1 parent 42e0dd9 commit 7b5a1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bench = false
[dependencies]
ahash.workspace = true
console_error_panic_hook = "0.1.7"
js-sys = "0.3.69"
js-sys = "0.3.74"
lsp-server = "0.7.6"
lsp-types = "0.97"
serde-wasm-bindgen = "0.6.5"
Expand Down

0 comments on commit 7b5a1b5

Please sign in to comment.