From 490dd3f3af8d936a7b700fc3bd24ef25d0e7e8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:01:28 +0000 Subject: [PATCH] build(deps): update smol_str requirement from 0.2 to 0.3 Updates the requirements on [smol_str](https://github.com/rust-analyzer/smol_str) to permit the latest version. - [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-analyzer/smol_str/compare/v0.2.0...v0.3.2) --- updated-dependencies: - dependency-name: smol_str dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bench/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 63177247..ec0d1342 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -11,7 +11,7 @@ compact_str_6 = { package = "compact_str", version = "0.6" } criterion = { version = "0.5", default-features = false } iai = "0.1.1" smartstring = "1.0.1" -smol_str = "0.2" +smol_str = "0.3" [[bench]] name = "apis"