From f28d75029f1d44c61c067e18bb0a767cf837c935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:03:39 +0000 Subject: [PATCH] chore(deps): update serde requirement from =1.0.209 to =1.0.210 Updates the requirements on [serde](https://github.com/serde-rs/serde) to permit the latest version. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 788b5d5..183b35a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" semver = "=1.0.23" toml = "=0.8.19" toml_edit = "=0.22.20" -serde = { version = "=1.0.209", features = ["derive"] } +serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.128" vfs = "=0.12.0" clap = { version = "=4.5.17", features = ["std", "color", "suggestions", "cargo", "derive"] }