Skip to content

Commit

Permalink
Bump serde-wasm-bindgen from 0.5.0 to 0.6.0 (#7403)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 4e2769a commit de37fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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/ruff_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ console_log = { version = "1.0.0" }
log = { workspace = true }

serde = { workspace = true }
serde-wasm-bindgen = { version = "0.5.0" }
serde-wasm-bindgen = { version = "0.6.0" }
wasm-bindgen = { version = "0.2.84" }
js-sys = { version = "0.3.61" }

Expand Down

0 comments on commit de37fbf

Please sign in to comment.