Skip to content

Commit

Permalink
Merge pull request #608 from dbus2/renovate/clap-4.x
Browse files Browse the repository at this point in the history
⬆️ Update clap to 4.5
  • Loading branch information
zeenix authored Feb 19, 2024
2 parents 42a25e5 + 7c23a31 commit ae20b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus_xmlgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zbus = { path = "../zbus", version = "4.0.0" }
zbus_xml = { path = "../zbus_xml", version = "4.0.0" }
zvariant = { path = "../zvariant", version = "4" }
snakecase = "0.1.0"
clap = { version = "4.4", features = ["derive", "wrap_help"] }
clap = { version = "4.5", features = ["derive", "wrap_help"] }

[dev-dependencies]
pretty_assertions = "1.4"

0 comments on commit ae20b41

Please sign in to comment.