Skip to content

Commit

Permalink
deps(fluent-bundle): Bump serde_yaml to 0.9 from 0.8 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored May 5, 2024
1 parent 319dd19 commit 22a4808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

-
- Bump `serde_yaml` to 0.9.

## fluent-bundle 0.15.3 (March 16, 2024)
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
Expand Down
2 changes: 1 addition & 1 deletion fluent-bundle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ iai.workspace = true
serde = { workspace = true, features = ["derive"] }
unic-langid = { workspace = true, features = ["macros"] }
rand = "0.8"
serde_yaml = "0.8"
serde_yaml = "0.9"

[features]
default = []
Expand Down

0 comments on commit 22a4808

Please sign in to comment.