summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-15 06:44:54 +0000
committerGitHub <noreply@github.com>2024-05-15 06:44:54 +0000
commitec944e3278ca482649c3e20df731de3995a57351 (patch)
treeaa2ad8379d68ca1486b9bd3715d020814137f9f6
parent0f8a2f0786d56e9395b7e7f244f356bfdab562e8 (diff)
Bump smol_str from 0.1.24 to 0.2.2dependabot/cargo/smol_str-0.2.2
Bumps [smol_str](https://github.com/rust-analyzer/smol_str) from 0.1.24 to 0.2.2. - [Commits](https://github.com/rust-analyzer/smol_str/compare/v0.1.24...v0.2.2) --- 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 260c6a79..8b17c1ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1163,9 +1163,9 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "smol_str"
-version = "0.1.24"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
+checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
dependencies = [
"serde",
]
diff --git a/Cargo.toml b/Cargo.toml
index d55c68e9..87a85823 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,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.2"
syntect = "5.0.0"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"