summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2024-05-07 02:03:30 -0400
committerGitHub <noreply@github.com>2024-05-07 02:03:30 -0400
commit398bf5930f32616bce6975ff2038efbdea7293fe (patch)
tree4acdeb9ff6a0369edaf03f7490149577cf904ce8 /Cargo.lock
parentbcc89170a6f37046df5e62b5e7465c6ca37b6452 (diff)
refactor: some string-related code cleanup/refactor (#1463)
* other: organize some utility function files * deps: remove kstring * refactor: some naming changes * refactor: some more small refactoring/naming changes * simplify to_cell to return a Cow * enable lints
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ddaa490e..29b3902d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -172,7 +172,6 @@ dependencies = [
"indexmap",
"indoc",
"itertools",
- "kstring",
"libc",
"log",
"mach2",
@@ -657,15 +656,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
-name = "kstring"
-version = "2.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
-dependencies = [
- "static_assertions",
-]
-
-[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"