Skip to content

Commit

Permalink
Merge pull request #65 from be-next/dependabot/cargo/clap-4.5.20
Browse files Browse the repository at this point in the history
⬆️ deps: Bump clap from 4.5.19 to 4.5.20
  • Loading branch information
be-next authored Oct 9, 2024
2 parents 1c90edb + 5fb82e6 commit 7fe3459
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.210", features = ["derive"] }
serde_json = "1.0.128"
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", 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.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }

0 comments on commit 7fe3459

Please sign in to comment.