Skip to content

Commit 22a4808

Browse files
deps(fluent-bundle): Bump serde_yaml to 0.9 from 0.8 (#316)
1 parent 319dd19 commit 22a4808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fluent-bundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
-
5+
- Bump `serde_yaml` to 0.9.
66

77
## fluent-bundle 0.15.3 (March 16, 2024)
88
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers

fluent-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ iai.workspace = true
4141
serde = { workspace = true, features = ["derive"] }
4242
unic-langid = { workspace = true, features = ["macros"] }
4343
rand = "0.8"
44-
serde_yaml = "0.8"
44+
serde_yaml = "0.9"
4545

4646
[features]
4747
default = []

0 commit comments

Comments
 (0)