diff --git a/Cargo.lock b/Cargo.lock index 5155161..49ee21e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,9 +1045,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.123" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "a11b3b6ce5cfd25b9759a24c3ed4bf24e23893866863547de4655518c951bcd4" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index ae8996e..a14bc54 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.122" +serde_json = "=1.0.123" tokio = { version = "=1.39.2", features = ["macros", "rt-multi-thread"] } tower-http = { version = "=0.5.2", features = ["trace"] } tracing = "=0.1.40"