Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index ebd8903ad8..6195de5d20 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -3,21 +3,21 @@ name = "xtask" version = "0.1.0" publish = false license = "MIT OR Apache-2.0" -edition = "2021" +edition = "2024" rust-version.workspace = true [dependencies] anyhow.workspace = true -directories = "5.0" -flate2 = "1.0.24" -write-json = "0.1.2" +directories = "6.0" +flate2 = "1.1.0" +write-json = "0.1.4" xshell.workspace = true -xflags = "0.3.0" +xflags = "0.3.2" time = { version = "0.3", default-features = false } -zip = { version = "0.6", default-features = false, features = ["deflate", "time"] } +zip = { version = "2.4", default-features = false, features = ["deflate-flate2", "flate2", "time"] } stdx.workspace = true -proc-macro2 = "1.0.93" -quote = "1.0.20" +proc-macro2 = "1.0.94" +quote = "1.0.40" ungrammar = "1.16.1" either.workspace = true itertools.workspace = true |