Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 1b82c43 commit 3bfcd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sirc-vm/sbrc-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.4.3", features = ["derive"] }
clap = { version = "4.4.4", features = ["derive"] }
peripheral_clock = { path = "../peripheral-clock" }
peripheral_cpu = { path = "../peripheral-cpu" }
peripheral_mem = { path = "../peripheral-mem" }
2 changes: 1 addition & 1 deletion sirc-vm/toolchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.4.3", features = ["derive"] }
clap = { version = "4.4.4", features = ["derive"] }
peripheral_cpu = { path = "../peripheral-cpu" }
nom = "7.1.3"
nom-supreme = "0.8.0"
Expand Down

0 comments on commit 3bfcd1b

Please sign in to comment.