summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 11:48:47 -0400
committerGitHub <noreply@github.com>2022-07-04 11:48:47 -0400
commitfe186677d71d05a25d22e76cb47f81e4ee6a642a (patch)
tree2411a4af857849261721d6a4e37054d032219e92 /Cargo.toml
parentb2e43935a1a9cb4090d98f024c7f48f87739387b (diff)
Bump smol_str from 0.1.21 to 0.1.23 (#1058)
Bumps [smol_str](https://github.com/rust-analyzer/smol_str) from 0.1.21 to 0.1.23. - [Release notes](https://github.com/rust-analyzer/smol_str/releases) - [Commits](https://github.com/rust-analyzer/smol_str/compare/v0.1.21...v0.1.23) --- updated-dependencies: - dependency-name: smol_str dependency-type: direct:production 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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06916013..1e45ee35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ regex = "1.5.5"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.70"
shell-words = "1.0.0"
-smol_str = "0.1.21"
+smol_str = "0.1.23"
syntect = "5.0.0"
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"