Skip to content

Commit

Permalink
chore(deps): update serde requirement from =1.0.209 to =1.0.210
Browse files Browse the repository at this point in the history
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](serde-rs/serde@v1.0.209...v1.0.210)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 18f2308 commit f28d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit f28d750

Please sign in to comment.