From 97ffc1dd10e6da655db8cedbb2d390cd6f019c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:23:53 +0000 Subject: [PATCH] build(deps): bump writeable from 0.5.4 to 0.5.5 Bumps [writeable](https://github.com/unicode-org/icu4x) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) --- updated-dependencies: - dependency-name: writeable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/i18n/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6d73d3c..6a43ff1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7005,9 +7005,9 @@ dependencies = [ [[package]] name = "writeable" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e" +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "yansi" diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index 2a2689ea..fec41f37 100644 --- a/crates/i18n/Cargo.toml +++ b/crates/i18n/Cargo.toml @@ -28,4 +28,4 @@ pest_derive = "2.7.10" serde.workspace = true serde_json.workspace = true thiserror.workspace = true -writeable = "0.5.4" +writeable = "0.5.5"