From 31f127b50f04f960ff38419a8bc34bdedf40fa7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:25:07 +0000 Subject: [PATCH] Bump fluent-templates from 0.13.3 to 0.14.0 Bumps [fluent-templates](https://github.com/XAMPPRocky/fluent-templates) from 0.13.3 to 0.14.0. - [Release notes](https://github.com/XAMPPRocky/fluent-templates/releases) - [Changelog](https://github.com/XAMPPRocky/fluent-templates/blob/master/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-templates-v0.13.3...fluent-templates-v0.14.0) --- updated-dependencies: - dependency-name: fluent-templates dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b817aa65..e2e8993b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1113,9 +1113,9 @@ dependencies = [ [[package]] name = "fluent-template-macros" -version = "0.13.3" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748050b3fb6fd97b566aedff8e9e021389c963e73d5afbeb92752c2b8d686c6c" +checksum = "d6b1dac7e7f07f8a60aa844f616bede13deeffaf24e9e35ae9e4979a7dac4a5c" dependencies = [ "flume", "ignore", @@ -1127,9 +1127,9 @@ dependencies = [ [[package]] name = "fluent-templates" -version = "0.13.3" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56264446a01f404469aef9cc5fd4a4d736f68a0f52482bf6d1a54d6e9bbd9476" +checksum = "2d48ac2b8e7c3a2198fc584af78e674d15dacdede8a6cebb686c844713f7d0ba" dependencies = [ "fluent-bundle", "fluent-langneg", @@ -3991,7 +3991,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.1", + "getrandom 0.4.1", "once_cell", "rustix", "windows-sys 0.61.2", @@ -5026,7 +5026,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 421471427..55e859c46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ csv = "1.4" fluent-bundle = "0.16" fluent-langneg = "0.13" fluent-syntax = "0.12" -fluent-templates = "0.13" +fluent-templates = "0.14" futures = "0.3" h2 = "0.4" hkdf = "0.13"