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 Apr 9, 2023
1 parent c4156bd commit eafc2cd
Showing 1 changed file with 1 addition and 1 deletion.
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 eafc2cd

Please sign in to comment.