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"] }