From 6b6816c83ceed63fdcc4425300ccc64b1c362712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:34:58 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.122 to 1.0.124 in /backend Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.122 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.122...v1.0.124) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 979f5d4..0a13e8c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2000,9 +2000,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", "memchr", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f85afe0..4681012 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -21,7 +21,7 @@ jsonwebtoken = "9.3.0" oauth2 = "4.4.2" reqwest = { version = "0.12.5", features = ["stream"] } serde = { version = "1.0.206", features = ["derive"] } -serde_json = "1.0.122" +serde_json = "1.0.124" sqlx = { version = "0.8.0", features = ["sqlite", "runtime-tokio"] } tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread", "signal", "tracing"] } tower-http = { version = "0.5.2", features = ["normalize-path", "fs", "cors", "tracing", "trace"] }