Commit e6de3cdce3c4225c0592bb3efe19343723946664

Cléo Rebert 2023-08-10T10:36:47

Update url dependency Signed-off-by: Cléo Rebert <cleo.rebert@gmail.com>

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8eaff9..9290a58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# [5.2.0](https://github.com/constantoine/totp-rs/releases/tag/v5.2.0) (10/08/2023)
+### Changes
+- Updated `url` crate to `2.4`.
+
 # [5.1.0](https://github.com/constantoine/totp-rs/releases/tag/v5.1.0) (15/07/2023)
 ### What's new
 - Added some more documentation.
diff --git a/Cargo.toml b/Cargo.toml
index 181bea1..8d77314 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "totp-rs"
-version = "5.1.0"
+version = "5.2.0"
 authors = ["Cleo Rebert <cleo.rebert@gmail.com>"]
 rust-version = "1.61"
 edition = "2021"
@@ -30,7 +30,7 @@ sha1 = "0.10"
 hmac = "0.12"
 base32 = "0.4"
 urlencoding = { version = "2.1", optional = true}
-url = { version = "2.3", optional = true }
+url = { version = "2.4", optional = true }
 constant_time_eq = "0.2"
 qrcodegen = { version = "1.8", optional = true }
 image = { version = "0.24", features = ["png"], optional = true, default-features = false}