summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-17 06:27:48 +0000
committerGitHub <noreply@github.com>2024-01-17 06:27:48 +0000
commite5edd8bc3fbbd07887ccbd5b074da74675ae39ff (patch)
tree4a4357e9ff58f7e144df54e0931d76822262f54c
parentfdfcc8fce30754a4f05eeb167a15d519888fc909 (diff)
Bump smol_str from 0.1.24 to 0.2.1dependabot/cargo/smol_str-0.2.1
Bumps [smol_str](https://github.com/rust-analyzer/smol_str) from 0.1.24 to 0.2.1. - [Commits](https://github.com/rust-analyzer/smol_str/commits) --- updated-dependencies: - dependency-name: smol_str dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6b47c5d1..3939ebfb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1253,9 +1253,9 @@ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]]
name = "smol_str"
-version = "0.1.24"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
+checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index 5aa04339..7ec987d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ regex = "1.7.1"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
shell-words = "1.0.0"
-smol_str = "0.1.24"
+smol_str = "0.2.1"
syntect = "5.0.0"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"