xtask: Upgrade clap, toml_edit

This commit is contained in:
Jonas Platte 2022-10-27 11:32:52 +02:00
parent af97ddaa58
commit e14c46eaba
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -8,11 +8,11 @@ publish = false
default = ["dep:isahc", "dep:semver", "dep:toml_edit"]
[dependencies]
clap = { version = "3.2.4", features = ["derive"] }
clap = { version = "4.0.18", features = ["derive"] }
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.14.2", optional = true }
toml_edit = { version = "0.15.0", optional = true }
xshell = "0.1.17"