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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-16 19:48:20 +02:00 committed by GitHub
parent 96d1894574
commit 735064a307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -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",
]