diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-03-22 17:36:41 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-03-22 17:42:24 +0100 |
| commit | 8e91bb76606022bafd2d47796676717fa2cfc4e9 (patch) | |
| tree | 930739f6d973a16d6545fdabcd388625c8dbb7b0 /xtask | |
| parent | ecf2c98859a46de0133f961f293d0f72ce3eee3c (diff) | |
minor: Bump dependencies
Diffstat (limited to 'xtask')
| -rw-r--r-- | xtask/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index de6a102427c..417a58556bd 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" rust-version = "1.57" [dependencies] -anyhow = "1.0.26" -flate2 = "1.0" -write-json = "0.1.0" +anyhow = "1.0.56" +flate2 = "1.0.22" +write-json = "0.1.2" xshell = "0.2.1" -xflags = "0.2.1" +xflags = "0.2.4" # Avoid adding more dependencies to this crate |
