Skip to content

Commit 636dff2

Browse files
authored
testsuite: update aes-gcm (#370)
1 parent 3f25d96 commit 636dff2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testsuite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ path = "src/uart.rs"
8080
harness = false
8181

8282
[dependencies]
83-
aes-gcm = { version = "0.10", default-features = false, features = ["aes"] }
83+
aes-gcm = { version = "0.10.3", default-features = false, features = ["aes"] }
8484
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
8585
cortex-m-rt = "0.7"
8686
defmt = "0.3"

0 commit comments

Comments
 (0)