From 2ab7484d3ebcbdc995e7737703cfcd7dc6ef9312 Mon Sep 17 00:00:00 2001 From: Kimye <9964078+vinchona@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:10:10 +0100 Subject: [PATCH] chore: update serde_urlencoded to 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3819848..3be19d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ include = [ reqwest = { version = "0.11.22", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -serde_urlencoded = "0.5.5" +serde_urlencoded = "0.7.1" thiserror = "1.0.50" typed-builder = "0.18.0"