summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorThomas Otto <th1000s@posteo.net>2021-10-16 14:27:01 +0200
committerDan Davison <dandavison7@gmail.com>2021-10-18 10:41:12 -0400
commitcd50d301844991da65eaf613f753296217fb4cda (patch)
tree3d0f28de5d5476ba71593cd189782fb042f770ab /Cargo.lock
parent07228cc40809911c8694b85f0bfaa764156a2a74 (diff)
Store line number prefix/suffix as SmolStr
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 52e2b368..8e9e2c61 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -345,6 +345,7 @@ dependencies = [
"pathdiff",
"regex",
"shell-words",
+ "smol_str",
"structopt",
"syntect",
"unicode-segmentation",
@@ -813,6 +814,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
[[package]]
+name = "smol_str"
+version = "0.1.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
+
+[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"