Skip to content

Commit

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

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

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 Sep 17, 2023
1 parent 2f685f8 commit fa102e8
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 @@ -95,7 +95,7 @@ parquet = { version = "46.0", default-features = false, optional = true, feature
] }
bytes = { version = "1", optional = true }

serde-wasm-bindgen = { version = "0.5", optional = true }
serde-wasm-bindgen = { version = "0.6", optional = true }

# 3.2 added deprecations that don't currently pass clippy
clap = { version = ">=3.1.15, <3.3", optional = true, features = ["derive"] }
Expand Down

0 comments on commit fa102e8

Please sign in to comment.