From 0f1d81de4ef7ea5188983df034e408d15339bf69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:42:13 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.113 to 1.0.117 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.117. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.117) --- 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 c0bbef3..563e25a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,9 +950,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 92decb9..56dd3cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ reqwest = { version = "0.11.22", features = [ "brotli", ], default-features = false } serde = { version = "1.0.190", features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.117" thiserror = "1.0.57" tokio = { version = "1.33.0", features = ["full"] } uuid = { version = "1.5.0", features = ["v4"] }