From 0509a45581f2e2bfd74e7cbc686c6d7d61f7476b Mon Sep 17 00:00:00 2001 From: someoneonsmile Date: Sat, 12 Aug 2023 19:19:33 +0800 Subject: [PATCH] chore: update cargo.toml dependencies version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0fc957..09bd9bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ structopt = "0" same-file = "1" toml = "0" serde = { version = "1", features = ["derive"] } -shellexpand = "2" +shellexpand = "3" tokio = { version = "1", features = ["full"] } anyhow = { version = "1", features = ["backtrace"] } log = { version = "0" }