Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 7a34617e25..1c785b60a3 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" rust-version.workspace = true [dependencies] -anyhow = "1.0.62" +anyhow.workspace = true flate2 = "1.0.24" write-json = "0.1.2" -xshell = "0.2.2" +xshell.workspace = true xflags = "0.3.0" time = { version = "0.3", default-features = false } zip = { version = "0.6", default-features = false, features = ["deflate", "time"] } |