Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed May 14, 2024
1 parent 150cda4 commit 8be0957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "urlshortener"
version = "3.2.0"
edition = "2018"
version = "3.2.1"
edition = "2021"
authors = ["Victor Polevoy <[email protected]>"]
description = "A very simple url shortener client library"
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ documentation = "https://docs.rs/urlshortener"
url = "2"

[dependencies.reqwest]
version = "0.11"
version = "0.12"
features = ["blocking"]
optional = true

Expand Down

0 comments on commit 8be0957

Please sign in to comment.