diff --git a/Cargo.lock b/Cargo.lock index 6489519..f49bd2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1590,9 +1590,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.29.0" +version = "1.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f" +checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" dependencies = [ "autocfg", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 9d70d15..af05195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ once_cell = "1.18.0" qstring = "0.7.2" regex = "1.8.4" reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} -tokio = {version = "1.29.0", features = ["full"]} +tokio = {version = "1.29.1", features = ["full"]} webp = "0.2.2"