From b95a63e042a12d8fe02bab9e901e6cfb31aff232 Mon Sep 17 00:00:00 2001 From: Dominik Spicher Date: Mon, 7 Oct 2024 11:42:27 +0200 Subject: [PATCH] Cargo.toml: bump serde-querystring The previous version depended on the unmaintained `lexical` crate [1]. [1] https://github.com/pooyamb/serde-querystring/blob/main/CHANGES.md#030-beta0---2024-08-08 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e1b524..b71ec61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ jsonwebtoken = "9.3.0" nonempty = "0.10.0" reqwest = { version = "0.12.5", features = ["json"], default-features = false } serde = "1.0.203" -serde-querystring = "0.2.1" +serde-querystring = "0.3.0-beta.0" serde_json = "1.0.117" serde_with = "3.8.1" snafu = "0.8.3"