diff --git a/Cargo.toml b/Cargo.toml index e14563ae..3a99cd71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ documentation = "https://docs.rs/urlshortener" url = "2" [dependencies.reqwest] -version = "0.11" +version = "0.12" features = ["blocking"] optional = true