diff --git a/adapters/http-get/Cargo.toml b/adapters/http-get/Cargo.toml index d694192f2..5f0d0181a 100644 --- a/adapters/http-get/Cargo.toml +++ b/adapters/http-get/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/provability-fabric/provability-fabric" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } sha2 = "0.10" url = "2.4" tokio = { version = "1.0", features = ["full"] } diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 1411445b2..36e3bb365 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" tokio = { version = "1.0", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } anyhow = "1.0" tracing = "0.1" tracing-subscriber = "0.3" diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6d..7531b27d4 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -16,7 +16,7 @@ tracing = "0.1" humantime = "2" tracing-subscriber = "0.3" prometheus-client = "0.22" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } sha2 = "0.10" diff --git a/runtime/tool-broker/Cargo.toml b/runtime/tool-broker/Cargo.toml index faae4413c..52bfdc411 100644 --- a/runtime/tool-broker/Cargo.toml +++ b/runtime/tool-broker/Cargo.toml @@ -8,7 +8,7 @@ clap = { version = "4", features = ["derive"] } tokio = { version = "1.0", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } anyhow = "1.0" tracing = "0.1" tracing-subscriber = "0.3"