From 25cc901d35542b44e49bea9ee591370dce4dbb70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:35:59 +0000 Subject: [PATCH] chore(deps-rs): update smol_str requirement in the minor group Updates the requirements on [smol_str](https://github.com/rust-analyzer/smol_str) to permit the latest version. Updates `smol_str` to 0.2.2 - [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.2.2) --- updated-dependencies: - dependency-name: smol_str dependency-type: direct:production dependency-group: minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 788d6df22..b3e48bd9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ rstest = "0.22.0" serde = "1.0" serde_json = "1.0.97" serde_yaml = "0.9.19" -smol_str = "0.2.0" +smol_str = "0.3.1" strum = "0.26.1" strum_macros = "0.26.1" thiserror = "1.0.28"