From aa4e87f742006e70794cf2f857e23137bf95a30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:28:37 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.105 to 1.0.106 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27b6d69..e6f8a81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -302,9 +302,9 @@ checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index d1191be..7792552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ anyhow = "1.0.75" clap = { version = "4.4.2", default-features = false, features = ["std", "derive", "help"] } env_logger = { version = "0.10.0", features = ["humantime"], default-features = false } log = "0.4.20" -serde_json = { version = "1.0.105", default-features = false } +serde_json = { version = "1.0.106", default-features = false } tempfile = "3.8.0" ureq = { version = "2.7.1", default-features = false, features = ["json", "rustls", "tls"] }