Skip to content

Commit

Permalink
chore(deps): update serde requirement from =1.0.215 to =1.0.216
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.215...v1.0.216)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 973a449 commit 60e6772
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.22"
serde = { version = "=1.0.215", features = ["derive"] }
serde = { version = "=1.0.216", features = ["derive"] }
serde_json = "=1.0.133"
vfs = "=0.12.0"
clap = { version = "=4.5.23", features = ["std", "color", "suggestions", "cargo", "derive"] }
Expand Down

0 comments on commit 60e6772

Please sign in to comment.