diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-04 07:06:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-04 07:06:25 -0600 |
| commit | ff17b04143dde5157808be5bcf1cbf8a942db4c4 (patch) | |
| tree | d19620c7fd48f401c9df67b8f18750520f5a0f73 /Cargo.toml | |
| parent | 2236d258859018a93b14504295385ad4fb0b3d9b (diff) | |
Replace quick-error with thiserror
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
