diff --git a/Cargo.lock b/Cargo.lock index 3353002..f920451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2046,9 +2046,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.26" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 36b331b..f5810e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tracing-bunyan-formatter = "0.3.10" tracing-log = "0.2.0" openssl = { version = '0.10', features = ["vendored"] } uuid = { version = "1.19.0", features = ["v4"] } -reqwest = { version = "0.12.26", features = ["json", "blocking"] } +reqwest = { version = "0.12.28", features = ["json", "blocking"] } serde_json = "1.0.146" axum-prometheus = "0.9.0"