From 7dbcf0cac24f95e25560b92207c5400446584919 Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Sun, 4 Aug 2024 20:22:55 +0300 Subject: [PATCH] chore(deps): Release 1.0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c50b8a..51d9fcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "url-parse" -version = "1.0.8" +version = "1.0.9" description = "🔗 A Rust library for parsing URLs." categories = ["parser-implementations", "web-programming", "encoding"]