diff --git a/Cargo.lock b/Cargo.lock index ecb3324..1e24d9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1785,9 +1785,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.18" +version = "0.12.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98ff6b0dbbe4d5a37318f433d4fc82babd21631f194d370409ceb2e40b2f0b5" +checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5ddfb32..ff557fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ cloudevents-sdk = { version = "0.8.0", features = ["reqwest"], optional = true } futures = "0.3.31" futures-util = "0.3.31" jsonschema = "0.30.0" -reqwest = { version = "0.12.18", features = ["json", "stream"] } +reqwest = { version = "0.12.19", features = ["json", "stream"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" testcontainers = { version = "0.24.0", features = [