diff --git a/Cargo.lock b/Cargo.lock index 49ee21e..f8ec766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,9 +1045,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.123" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a11b3b6ce5cfd25b9759a24c3ed4bf24e23893866863547de4655518c951bcd4" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a14bc54..9b9ddb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "=1.0.86" axum = { version = "=0.7.5", features = ["http2", "macros"] } reqwest = { version = "=0.12.5", default-features = false, features = ["rustls-tls", "json"] } serde = { version = "=1.0.206", features = ["derive"] } -serde_json = "=1.0.123" +serde_json = "=1.0.124" tokio = { version = "=1.39.2", features = ["macros", "rt-multi-thread"] } tower-http = { version = "=0.5.2", features = ["trace"] } tracing = "=0.1.40"