From ae7718447d24ea0517e7154873c2b55fdd89538d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 14 Dec 2021 17:44:40 -0500 Subject: drop thiserror --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 158fed6..fc9de8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ license = "MIT" [dependencies] libc = "0.2.107" nix = "0.23.0" -thiserror = "1.0.30" async-io = { version = "1.6.0", optional = true } async-process = { version = "1.3.0", optional = true } -- cgit v1.2.3-54-g00ecf