Skip to content

Commit

Permalink
🔀 Merge pull request #74 from be-next/dependabot/cargo/clap-4.5.22
Browse files Browse the repository at this point in the history
⬆️ deps: Bump clap from 4.5.21 to 4.5.22
  • Loading branch information
be-next authored Dec 4, 2024
2 parents acec804 + 20880f2 commit 25f61ef
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.215", features = ["derive"] }
serde_json = "1.0.133"
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.22", 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.21", features = ["derive"] }
clap = { version = "4.5.22", features = ["derive"] }

0 comments on commit 25f61ef

Please sign in to comment.