diff --git a/Cargo.lock b/Cargo.lock index 058a39e..4eff0f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2566,9 +2566,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reqwest" -version = "0.12.10" +version = "0.12.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d3536321cfc54baa8cf3e273d5e1f63f889067829c4b410fcdbac8ca7b80994" +checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8e7e66f..0ca5dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ log = "0.4.22" postgres = "0.19.9" rand = "0.9.0-beta.0" serde = { version = "1.0.217", features = ["derive"] } -reqwest = { version = "0.12.10", features = ["json"] } +reqwest = { version = "0.12.11", features = ["json"] } serde_json = "1.0.134" serde_yaml = "0.9.34+deprecated" tokio = { version = "1.42.0", features = ["rt"] }