Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent e695946 commit a7c065d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.1", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
clap-verbosity-flag = "2.2.0"
device_debug = { path = "../device-debug" }
device_ram = { path = "../device-ram" }
Expand Down
4 changes: 2 additions & 2 deletions 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.5.1", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
peripheral_cpu = { path = "../peripheral-cpu" }
nom = "7.1.3"
nom-supreme = "0.8.0"
Expand All @@ -15,5 +15,5 @@ bytemuck = "1.14.3"
num-traits = "0.2"

[dev-dependencies]
insta = { version = "1.35.1", features = ["yaml"] }
insta = { version = "1.36.1", features = ["yaml"] }
pretty-hex = "0.4.1"

0 comments on commit a7c065d

Please sign in to comment.