From 5e6f53b9e79046513b638f88ae6358b9df251fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:02:56 +0000 Subject: [PATCH] chore(deps): bump tinystr from 0.7.6 to 0.8.2 Bumps [tinystr](https://github.com/unicode-org/icu4x) from 0.7.6 to 0.8.2. - [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: tinystr dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03435863..7722a071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2582,9 +2582,9 @@ checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" [[package]] name = "tinystr" -version = "0.7.6" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" dependencies = [ "displaydoc", ] diff --git a/Cargo.toml b/Cargo.toml index 3fce9bfb..94be2425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ thiserror = "2.0.15" time = "0.3.43" tokio = { version = "1.48.0", features = ["time"] } tonic = "0.12.3" -tinystr = { version = "0.7.0", default-features = false } +tinystr = { version = "0.8.2", default-features = false } arc-swap = "1.6.0" rlp = "0.6.1" bytes = { version = "1.2.1", default-features = false }