Skip to content

Commit

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

---
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] committed May 28, 2024
1 parent e2148a8 commit 06e6c4c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
24 changes: 11 additions & 13 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 @@ -79,7 +79,7 @@ version = "1.0.203"
features = [ "derive" ]

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

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

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

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

0 comments on commit 06e6c4c

Please sign in to comment.