From caf9a3168fc23d85f29908b10486e3937a6fa8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 05:20:51 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.104 to 1.0.107 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.107. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.107) --- 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 d193dfa..d406a66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -840,9 +840,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.104" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" +checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 61294b7..ffd6068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ dotenv = "0.15.0" openssl = "0.10.56" reqwest = { version = "0.11.18", features = ["serde_json", "json"] } serde = { version = "1.0.181", features = ["derive"] } -serde_json = "1.0.104" +serde_json = "1.0.107" tokio = { version = "1.29.1", features = ["full"] } tower = { version = "0.4.13", features = ["limit", "buffer"] } tower-http = { version = "0.4.3", features = ["cors"] }