From 1e6fd5db7ce658e5da17bd117efddd986e0e8f76 Mon Sep 17 00:00:00 2001 From: Valentin Gosu Date: Mon, 5 Jun 2023 11:36:41 +0300 Subject: [PATCH] Update form_urlencoded to 1.2.0 --- form_urlencoded/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form_urlencoded/Cargo.toml b/form_urlencoded/Cargo.toml index 39727b5b2..403f25a60 100644 --- a/form_urlencoded/Cargo.toml +++ b/form_urlencoded/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "form_urlencoded" -version = "1.1.0" +version = "1.2.0" authors = ["The rust-url developers"] description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms." categories = ["no_std"]