From 4ebae9b1ca37569c5ae09a19fb6211ede9a56eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:13:19 +0000 Subject: [PATCH] chore(deps): bump serde-wasm-bindgen from 0.4.5 to 0.5.0 in /lumium-api 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] --- lumium-api/Cargo.lock | 2 +- lumium-api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lumium-api/Cargo.lock b/lumium-api/Cargo.lock index 0b40d4f8..5621957b 100644 --- a/lumium-api/Cargo.lock +++ b/lumium-api/Cargo.lock @@ -1200,7 +1200,7 @@ dependencies = [ "serde", "serde-crypt 0.1.4", "serde-crypt-macro", - "serde-wasm-bindgen 0.4.5", + "serde-wasm-bindgen 0.5.0", "serde_json", "sqlx", "sqlx-cli", diff --git a/lumium-api/Cargo.toml b/lumium-api/Cargo.toml index 82c72039..a2e45f5c 100644 --- a/lumium-api/Cargo.toml +++ b/lumium-api/Cargo.toml @@ -17,7 +17,7 @@ axum-extra = { version = "0.4.2", features = ["cookie-signed"] } tower-http = { version = "0.4.0", features = ["cors"] } wasm-bindgen = { version = "0.2.80" } serde = { version = "1.0.152" } -serde-wasm-bindgen = "0.4" +serde-wasm-bindgen = "0.5" serde-crypt = { path = "../vendor/serde-crypt" } serde-crypt-macro = { path = "../vendor/serde-crypt-macro" } serde_json = { version = "1.0.91" }