Skip to content

Commit

Permalink
fluent-bundle: Bump serde_yaml to 0.9 from 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 31, 2023
1 parent a2cef6b commit 15c10e5
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.2 (October 25, 2021)
- Bump `self_cell` to 0.10.
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 15c10e5

Please sign in to comment.