Skip to content

Commit

Permalink
chore(deps): Bump serde-wasm-bindgen from 0.5.0 to 0.6.0 (vectordotde…
Browse files Browse the repository at this point in the history
…v#18565)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 14, 2023
1 parent 59e22fc commit 95297b2
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 lib/vector-vrl/web-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
wasm-bindgen = "0.2"
vrl.workspace = true
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.5"
serde-wasm-bindgen = "0.6"
gloo-utils = { version = "0.2", features = ["serde"] }
getrandom = { version = "0.2", features = ["js"] }
vector-vrl-functions = { path = "../functions" }
Expand Down

0 comments on commit 95297b2

Please sign in to comment.