diff --git a/Cargo.lock b/Cargo.lock index 08e3214..b3f41aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -923,9 +923,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.24" +version = "0.11.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" +checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index b53f83b..7cc4960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ hyper = { version = "1.2.0", features = ["client"] } log = "0.4.21" pretty_env_logger = "0.5.0" regex = "1.10.3" -reqwest = { version = "0.11.24", features = ["json"] } +reqwest = { version = "0.11.26", features = ["json"] } semver = "1.0.22" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114"