summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-04 07:06:25 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-04 07:06:25 -0600
commitff17b04143dde5157808be5bcf1cbf8a942db4c4 (patch)
treed19620c7fd48f401c9df67b8f18750520f5a0f73 /Cargo.toml
parent2236d258859018a93b14504295385ad4fb0b3d9b (diff)
Replace quick-error with thiserror
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]