diff --git a/Cargo.lock b/Cargo.lock index 7455cbe..74fc943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1610,9 +1610,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.12.26" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4530c48..7e8100c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://github.com/adrianmross/proxyctl-rs" [dependencies] clap = { version = "4.5", features = ["derive"] } tokio = { version = "1.0", features = ["full"] } -reqwest = { version = "0.12.26", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.12.28", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" anyhow = "1.0"