From 96b1ede254cfca3bbb1741adb653975789605290 Mon Sep 17 00:00:00 2001 From: Yiyu Lin Date: Tue, 14 Mar 2023 22:55:52 +0800 Subject: refactor(lockfile): move `anyhow` to `thiserror` (#18178) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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 -- cgit v1.2.3