summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-05-10 17:55:34 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-05-10 17:55:34 +0200
commit08556b95edf02b8fde068d2db215c63446479564 (patch)
treec6e413e66cd4959ec35b2ecf28b9002bd7cca5d3 /Cargo.lock
parent447176eb86f88139f9974b789c03444245835874 (diff)
Simplify project by getting rid of workspacev0.1.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2b48951..d3f9fc2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -690,7 +690,6 @@ dependencies = [
"shlex",
"tempfile",
"thiserror",
- "user-info",
]
[[package]]
@@ -891,13 +890,6 @@ dependencies = [
]
[[package]]
-name = "user-info"
-version = "0.1.0"
-dependencies = [
- "nix 0.26.2",
-]
-
-[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"