Skip to content

Commit

Permalink
🔀 Merge pull request #76 from be-next/dependabot/cargo/clap-4.5.23
Browse files Browse the repository at this point in the history
⬆️ deps: Bump clap from 4.5.22 to 4.5.23
  • Loading branch information
be-next authored Dec 6, 2024
2 parents fc383fe + f22cfd2 commit 377e810
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.215", features = ["derive"] }
serde_json = "1.0.133"
clap = { version = "4.5.22", features = ["derive"] }
clap = { version = "4.5.23", 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.22", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }

0 comments on commit 377e810

Please sign in to comment.