Skip to content

Commit

Permalink
Update serde_yaml requirement from 0.8.23 to 0.9.32
Browse files Browse the repository at this point in the history
Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.23...0.9.32)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 55ff12e commit 6484eb0
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 @@ -48,7 +48,7 @@ liquid-lib = { version = "0.26.0", features = ["stdlib", "jekyll", "shopify", "e
mimalloc = { version = "0.1.28", default-features = false }
run_script = "0.9.0"
serde = "1.0.136"
serde_yaml = "0.8.23"
serde_yaml = "0.9.32"
yaml-rust = "0.4.5"

[profile.release]
Expand Down

0 comments on commit 6484eb0

Please sign in to comment.