Skip to content

Commit

Permalink
build(deps): update serde_yml requirement from 0.0.11 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.11...v0.0.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 049fd48 commit 39de814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skunk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rustls = { version = "0.23.5", optional = true }
rustls-native-certs = "0.7.0"
rustls-pemfile = { version = "2.1.2", optional = true }
serde = { version = "1.0.202", features = ["derive"] }
serde_yml = "0.0.11"
serde_yml = "0.0.12"
smallvec = "1.13.2"
strum = { version = "0.26.2", features = ["derive"] }
tempfile = "3.10.1"
Expand Down

0 comments on commit 39de814

Please sign in to comment.