From f74b3979520a9b82720301ae4e0309a6b9d7dfc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:54:53 +1000 Subject: [PATCH] Bump serde_json from 1.0.86 to 1.0.87 (#1141) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- kanidmd_web_ui/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bd7a6e98..12b8625ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3794,9 +3794,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa 1.0.3", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 7a87926aa..4f14615f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ rusqlite = "^0.28.0" saffron = "^0.1.0" serde = "^1.0.147" serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" } -serde_json = "^1.0.86" +serde_json = "^1.0.87" serde-wasm-bindgen = "0.4" shellexpand = "^2.1.2" sketching = { path = "./sketching" } diff --git a/kanidmd_web_ui/Cargo.toml b/kanidmd_web_ui/Cargo.toml index 008822098..c6b04ad23 100644 --- a/kanidmd_web_ui/Cargo.toml +++ b/kanidmd_web_ui/Cargo.toml @@ -29,7 +29,7 @@ js-sys = "^0.3.58" kanidm_proto = { path = "../kanidm_proto", features = ["wasm"] } qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] } serde = { version = "^1.0.147", features = ["derive"] } -serde_json = "^1.0.86" +serde_json = "^1.0.87" serde-wasm-bindgen = "0.4" uuid = "^1.2.1" wasm-bindgen = { version = "^0.2.81" }