From 65b84cc4464663dd852ddc099719def00bbd8162 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 23 Jul 2023 17:06:02 +0700 Subject: [PATCH] fluent-bundle: Bump serde_yaml to 0.9 from 0.8 --- fluent-bundle/CHANGELOG.md | 2 +- fluent-bundle/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fluent-bundle/CHANGELOG.md b/fluent-bundle/CHANGELOG.md index 223ed009..c87a1c1d 100644 --- a/fluent-bundle/CHANGELOG.md +++ b/fluent-bundle/CHANGELOG.md @@ -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. diff --git a/fluent-bundle/Cargo.toml b/fluent-bundle/Cargo.toml index 872ffe13..e8f258cf 100644 --- a/fluent-bundle/Cargo.toml +++ b/fluent-bundle/Cargo.toml @@ -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 = []