From ff17b04143dde5157808be5bcf1cbf8a942db4c4 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 4 Jan 2022 07:06:25 -0600 Subject: Replace quick-error with thiserror --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d4ede94..7db3207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ bytes = "1.1.0" log = "0.4.14" nix = "0.23.1" num_enum = "0.5.5" -quick-error = "2.0.1" smallvec = "1.7.0" +thiserror = "1.0.30" tokio = { version = "1.15.0", features = ["rt", "net", "macros", "sync"] } [dev-dependencies] -- cgit v1.2.3