From 56fad1d9924c99a77f29b23b646bada197281325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 23:31:05 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.102 to 1.0.103 (#1868) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.102 to 1.0.103. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.102...v1.0.103) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3aab97f0c..9a104c86d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4499,9 +4499,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" +checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index a10964e1c..220f20283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ scim_proto = "^0.2.1" selinux = "^0.4.1" serde = "^1.0.170" serde_cbor = { version = "0.12.0-dev", package = "serde_cbor_2" } -serde_json = "^1.0.100" +serde_json = "^1.0.103" serde-wasm-bindgen = "0.5" shellexpand = "^2.1.2" sketching = { path = "./libs/sketching" }