Skip to content

Commit

Permalink
Bump serde_yaml from 0.8.26 to 0.9.25
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.25.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.26...0.9.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent 1c1614f commit fe01316
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 22 deletions.
30 changes: 11 additions & 19 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 @@ -66,7 +66,7 @@ version = "1.0.175"
features = [ "derive" ]

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

[dev-dependencies.tempfile]
version = "3.7"
Expand Down
2 changes: 1 addition & 1 deletion compiler/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 fe01316

Please sign in to comment.