diff --git a/plugins/repos-health/Cargo.toml b/plugins/repos-health/Cargo.toml index 60e743c..2d72783 100644 --- a/plugins/repos-health/Cargo.toml +++ b/plugins/repos-health/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" chrono = { version = "0.4", features = ["serde"] } tokio = { version = "1", features = ["full"] } -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } [dependencies.repos] path = "../.."