Skip to content

Commit

Permalink
Update test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jan 7, 2025
1 parent 532110b commit 7962435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hil-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ xtensa-lx-rt = { path = "../xtensa-lx-rt", optional = true }
crypto-bigint = { version = "0.5.5", default-features = false }
digest = { version = "0.10.7", default-features = false }
elliptic-curve = { version = "0.13.8", default-features = false, features = ["sec1"] }
embassy-executor = { version = "0.6.0", default-features = false }
embassy-executor = { version = "0.7.0", default-features = false }
# Add the `embedded-test/defmt` feature for more verbose testing
embedded-test = { version = "0.5.0", git = "https://github.com/probe-rs/embedded-test.git", rev = "7109473", default-features = false }
embedded-test = { version = "0.6.0", default-features = false }
fugit = "0.3.7"
hex-literal = "0.4.1"
nb = "1.1.0"
Expand Down

0 comments on commit 7962435

Please sign in to comment.