diff --git a/Cargo.toml b/Cargo.toml index 705d5d9..6db852a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ base64 = "0.13.0" log = "0.4.17" bytes = "1.1.0" derive_builder = "0.11.2" -serde_qs = "0.9.2" +serde_qs = "0.10.1" [dev-dependencies] tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }