Skip to content

Commit

Permalink
update to hex-literal 0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed May 17, 2023
1 parent a163370 commit 5e4d07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion askar-bbs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subtle = "2.4"
criterion = "0.3"
# override transitive dependency from criterion to support rust versions older than 1.60
csv = "=1.1"
hex-literal = "0.3"
hex-literal = "0.4"
serde-json-core = { version = "0.4", default-features = false, features = ["std"] }


Expand Down
2 changes: 1 addition & 1 deletion askar-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ std_rng = ["getrandom", "rand/std", "rand/std_rng"]
[dev-dependencies]
base64 = { version = "0.13", default-features = false, features = ["alloc"] }
criterion = "0.4"
hex-literal = "0.3"
hex-literal = "0.4"
serde_cbor = "0.11"
serde-json-core = { version = "0.5", default-features = false, features = ["std"] }

Expand Down

0 comments on commit 5e4d07f

Please sign in to comment.