Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 6afa5f1 commit bb12b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaperglot-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ shaperglot = { path = "../shaperglot-lib", features=["colored"] }
skrifa = { workspace = true }
read-fonts = { workspace = true }
itertools = { workspace = true }
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
serde_json = { workspace = true }
toml = {workspace = true }

0 comments on commit bb12b4f

Please sign in to comment.