From e7a044d1e4d8d183add5ef74660d480db33d2eeb 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/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-bundle/Cargo.toml b/fluent-bundle/Cargo.toml index 3ae7ca2e..cc77cc21 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 = []