From 8be09573dddff7e6433df703444cc8ab01d941fd Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Tue, 14 May 2024 19:37:02 +0200 Subject: [PATCH] Bump version and dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e14563ae..e6d747c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "urlshortener" -version = "3.2.0" -edition = "2018" +version = "3.2.1" +edition = "2021" authors = ["Victor Polevoy "] description = "A very simple url shortener client library" readme = "README.md" @@ -14,7 +14,7 @@ documentation = "https://docs.rs/urlshortener" url = "2" [dependencies.reqwest] -version = "0.11" +version = "0.12" features = ["blocking"] optional = true