From 735064a307767ab6ddbf700668990be9089b51ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 19:48:20 +0200 Subject: [PATCH] build(deps): bump smol_str from 0.2.1 to 0.2.2 (#32295) Bumps [smol_str](https://github.com/rust-analyzer/smol_str) from 0.2.1 to 0.2.2. - [Commits](https://github.com/rust-analyzer/smol_str/commits/v0.2.2) --- updated-dependencies: - dependency-name: smol_str dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a7a50fc160..01b2e884567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5784,9 +5784,9 @@ dependencies = [ [[package]] name = "smol_str" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49" +checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" dependencies = [ "serde", ]