Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent f5108d4 commit dd07acb
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 @@ -78,7 +78,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.10"
serde_yml = "0.0.11"
smallvec = "1.13.2"
sqlx = { version = "0.7.4", features = ["runtime-tokio", "sqlite"], optional = true }
strum = { version = "0.26.2", features = ["derive"] }
Expand Down

0 comments on commit dd07acb

Please sign in to comment.