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 authored and flodolo committed Feb 11, 2024
1 parent ee771ba commit 6db79d8
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
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
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 6db79d8

Please sign in to comment.