Skip to content

Commit 247748e

Browse files
build(deps): update serde_yml requirement from 0.0.12 to 0.0.13 (#19)
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.12...v0.0.13) --- updated-dependencies: - dependency-name: serde_yml dependency-version: 0.0.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4aac87 commit 247748e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ parking_lot = "0.12"
9999
pulldown-cmark = "0.13"
100100
serde = { version = "1.0", features = ["derive"] }
101101
serde_json = "1.0"
102-
serde_yml = "0.0.12"
102+
serde_yml = "0.0.13"
103103
staticdatagen = "0.0.11"
104104
tempfile = "3.13"
105105
thiserror = "2.0"

0 commit comments

Comments
 (0)