diff options
| author | Yiyu Lin <linyiyu1992@gmail.com> | 2023-03-14 22:55:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 10:55:52 -0400 |
| commit | 96b1ede254cfca3bbb1741adb653975789605290 (patch) | |
| tree | 9bdef4da1b111eded90e9c754c3f8682693b4e69 /cli | |
| parent | 8d412f6412457898b03e412137565f8b2f1f073c (diff) | |
refactor(lockfile): move `anyhow` to `thiserror` (#18178)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 10ebc89ea..e99596bcf 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -101,7 +101,7 @@ shell-escape = "=0.1.5" tar.workspace = true text-size = "=1.1.0" text_lines = "=0.6.0" -thiserror = "=1.0.38" +thiserror.workspace = true tokio.workspace = true tokio-util.workspace = true tower-lsp.workspace = true |
