diff --git a/Cargo.lock b/Cargo.lock index 5d9eefc..d81558d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,9 +87,9 @@ checksum = "e6f8c380fa28aa1b36107cd97f0196474bb7241bb95a453c5c01a15ac74b2eac" [[package]] name = "attohttpc" -version = "0.18.0" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e69e13a99a7e6e070bb114f7ff381e58c7ccc188630121fc4c2fe4bcf24cd072" +checksum = "262c3f7f5d61249d8c00e5546e2685cd15ebeeb1bc0f3cc5449350a1cb07319e" dependencies = [ "http", "log", diff --git a/anime/Cargo.toml b/anime/Cargo.toml index 1a8bc69..617d154 100644 --- a/anime/Cargo.toml +++ b/anime/Cargo.toml @@ -28,7 +28,7 @@ default-features = false features = [ "sqlite" ] [dependencies.attohttpc] -version = "0.18" +version = "0.19" default-features = false features = [ "json", "tls-rustls" ]