xtask: Update dependencies

This commit is contained in:
Kévin Commaille 2022-03-17 23:20:16 +01:00 committed by Kévin Commaille
parent 097d329718
commit 3c87839f6c

View File

@ -9,10 +9,10 @@ default = ["isahc", "semver", "toml_edit"]
[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
isahc = { version = "1.2.0", features = ["json"], optional = true }
semver = { version = "1.0.4", features = ["serde"], optional = true }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
isahc = { version = "1.7.0", features = ["json"], optional = true }
semver = { version = "1.0.6", features = ["serde"], optional = true }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
toml = "0.5.8"
toml_edit = { version = "0.6.0", optional = true }
xshell = "0.1.9"
toml_edit = { version = "0.13.4", optional = true }
xshell = "0.1.17"