aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-02 05:50:59 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-02 05:50:59 +0200
commit9611b995712b33dd1d77e768a93c1cfd7ca36116 (patch)
tree98b47b28167a996ab3cce2a0973afc09cd0ce4ba /Cargo.lock
parent35ee03cef2d78908e7d6771eb2735a93e4358a60 (diff)
Remove the error module and use cerm
Fuck proxit, all my homies hate proxit.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 525871d..ed60ec2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -21,6 +21,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]]
+name = "cerm"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ae70b99554a0c7adb21b4792c6809f49692db19a904ad0c05fb7092645b26716"
+
+[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -75,18 +81,12 @@ checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
name = "mmv"
version = "0.1.0"
dependencies = [
+ "cerm",
"lexopt",
- "proxit",
"tempfile",
]
[[package]]
-name = "proxit"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "799e1d32ce9ca2aabd2ae1806c7673f2ec583b9260415f3416538865dacd2f70"
-
-[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"