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" }