diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index 854bd4f..47df7cc 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -11,7 +11,7 @@ tracing = { workspace = true } tracing-subscriber = { workspace = true } tokio = { workspace = true } anyhow = { workspace = true } -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } serde = { workspace = true } serde_json = { workspace = true } url = "2.5.8"