Skip to content

Commit

Permalink
Bump clap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Oct 14, 2022
1 parent d3694bf commit 0ace227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "src/lib/lib.rs"

[dependencies]
serialport = "4.2"
clap = { version = "3.2", features = ["derive"] }
clap = { version = "4.0", features = ["derive"] }
log = "0.4"
pretty_env_logger = "0.4"
hex = "0.4.3"
Expand Down

0 comments on commit 0ace227

Please sign in to comment.