Skip to content

Commit

Permalink
Merge pull request #150 from ANSSI-FR/dependabot/cargo/hex-literal-0.4
Browse files Browse the repository at this point in the history
Update hex-literal requirement from 0.3 to 0.4
  • Loading branch information
commial committed Apr 24, 2023
2 parents 537fe6c + c25f45e commit 8ce2641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mla/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ brotli-decompressor = { version = "=2.3.3" }


[dev-dependencies]
hex-literal = { version = "0.3", default-features = false}
hex-literal = { version = "0.4", default-features = false}
aes-gcm = { version = "0.10", default-features = false, features = ["aes"]}
aead = { version = "0.5", default-features = false, features = ["alloc"]}
criterion = { version = "0.4", default-features = false}
Expand Down

0 comments on commit 8ce2641

Please sign in to comment.