From 2ac780f2216cf9c9de68d112cafa36b88afd7021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:31:00 -0300 Subject: [PATCH] chore(deps): bump serde_json from 1.0.115 to 1.0.122 (#314) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.122. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.122) --- 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 | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4bbf3a0..c20c973d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2989,11 +2989,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 42060484..507b7ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ clap = { version = "4.3.0", features = ["derive"] } log = "0.4.18" config = { version = "0.13.3", default-features = false, features = ["toml", "json"] } serde = { version = "1.0.136", features = ["derive"] } -serde_json = "1.0.107" +serde_json = "1.0.122" thiserror = "1.0.30" lazy_static = "1.4.0" tracing = "0.1.37"