Skip to content

Commit

Permalink
Bump serde-wasm-bindgen from 0.6.0 to 0.6.1 (#261)
Browse files Browse the repository at this point in the history
Bumps [serde-wasm-bindgen](https://github.com/cloudflare/serde-wasm-bindgen) from 0.6.0 to 0.6.1.
- [Commits](RReverser/serde-wasm-bindgen@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: serde-wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 5e7b38a commit 9f2f49a
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ whichlang = { version = "0.1.0", optional = true }

[target.'cfg(target_family = "wasm")'.dependencies]
ahash = { version = "0.8.6", default-features = false, features = ["std", "compile-time-rng"] }
serde-wasm-bindgen = "0.6.0"
serde-wasm-bindgen = "0.6.1"
wasm-bindgen = "0.2.87"

[dev-dependencies]
Expand Down

0 comments on commit 9f2f49a

Please sign in to comment.