From e6700bca3512e312bd188874ef9e8e67ff60d496 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 20:38:58 +0000 Subject: [PATCH] chore(deps): update rust crate serde_qs to 0.11.0 --- crates/crontab_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/crontab_parser/Cargo.toml b/crates/crontab_parser/Cargo.toml index 954d6e6..e8cc2b2 100644 --- a/crates/crontab_parser/Cargo.toml +++ b/crates/crontab_parser/Cargo.toml @@ -19,5 +19,5 @@ json5 = "0.4.1" nom = "7.1.2" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" -serde_qs = "0.10.1" +serde_qs = "0.11.0" thiserror = "1.0.38"