Skip to content

Commit

Permalink
Update serde_yml requirement from 0.0.10 to 0.0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [serde_yml](https://github.com/sebastienrousseau/serde_yml) to permit the latest version.
- [Release notes](https://github.com/sebastienrousseau/serde_yml/releases)
- [Commits](sebastienrousseau/serde_yml@v0.0.10...v0.0.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 6c2abc7 commit 2cb3666
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 @@ -17,7 +17,7 @@ reqwest = { version = "0.12", features = ["json"] }
url = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yml = "0.0.10"
serde_yml = "0.0.12"
uuid = { version = "1", features = ["v4"] }
dirs = "5"
chrono = "0.4"
Expand Down

0 comments on commit 2cb3666

Please sign in to comment.