Skip to content

Commit

Permalink
Merge pull request #82 from be-next/dependabot/cargo/clap-4.5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
be-next authored Jan 10, 2025
2 parents 0e99e62 + 60c1864 commit 5b92e00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license.workspace = true
[dependencies]
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
clap = { version = "4.5.24", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
iced = {version = "0.12.1", features = ["canvas", "image", "svg", "debug"]}
iced_style = "0.12.1"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ license.workspace = true

[dependencies]
mono_axis = { path = ".." }
clap = { version = "4.5.24", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }

0 comments on commit 5b92e00

Please sign in to comment.