Skip to content

Commit

Permalink
Bump serde_yaml from 0.8.26 to 0.9.21
Browse files Browse the repository at this point in the history
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.26 to 0.9.21.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.26...0.9.21)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2023
1 parent a998efb commit ad8ea6c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 21 deletions.
28 changes: 10 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ version = "1.0.162"
features = [ "derive" ]

[dev-dependencies.serde_yaml]
version = "0.8.25"
version = "0.9.21"

[dev-dependencies.tempfile]
version = "3.5"
Expand Down
2 changes: 1 addition & 1 deletion compiler/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ version = "1.0"
features = [ "preserve_order" ]

[dev-dependencies.serde_yaml]
version = "0.8"
version = "0.9"

[features]
default = [ ]
Expand Down
2 changes: 1 addition & 1 deletion tests/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ version = "1.0"
features = [ "preserve_order" ]

[dependencies.serde_yaml]
version = "0.8"
version = "0.9"

[dependencies.walkdir]
version = "2.3"
Expand Down

0 comments on commit ad8ea6c

Please sign in to comment.