diff --git a/Cargo.lock b/Cargo.lock index 073fc8e..08f10da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1061,9 +1061,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 8f338aa..ac92923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ version = "0.6.0" anyhow = "1.0.38" futures = "0.3.13" glob = "0.3.0" -http = "0.2.3" +http = "0.2.4" hubcaps = "0.6.2" linkify = "0.5.0" regex = "1.4.5"