chore(deps): bump serde-wasm-bindgen from 0.4.5 to 0.5.0 (#1842)

Bumps [serde-wasm-bindgen](https://github.com/cloudflare/serde-wasm-bindgen) from 0.4.5 to 0.5.0.
- [Commits](https://github.com/cloudflare/serde-wasm-bindgen/compare/v0.4.5...v0.5.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>
This commit is contained in:
dependabot[bot] 2023-07-09 22:55:10 +00:00 committed by GitHub
parent ba5af2e362
commit 091112c2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2732,7 +2732,7 @@ dependencies = [
"kanidm_proto",
"qrcode",
"serde",
"serde-wasm-bindgen 0.4.5",
"serde-wasm-bindgen 0.5.0",
"serde_json",
"time 0.3.22",
"url",

View file

@ -126,7 +126,7 @@ selinux = "^0.4.1"
serde = "^1.0.164"
serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" }
serde_json = "^1.0.100"
serde-wasm-bindgen = "0.4"
serde-wasm-bindgen = "0.5"
shellexpand = "^2.1.2"
sketching = { path = "./libs/sketching" }
smartstring = "^1.0.1"