Skip to content

Commit b909c1a

Browse files
Update hex-literal requirement from 0.3 to 0.4
Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](RustCrypto/utils@hex-literal-v0.3.0...hex-literal-v0.4.1) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6b987d commit b909c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ wasm-bindgen-futures = { version = "0.4.18", optional = true }
5959
[dev-dependencies]
6060
# For examples
6161
env_logger = "0.10"
62-
hex-literal = "0.3"
62+
hex-literal = "0.4"
6363
wasm-bindgen-test = "0.3.19"
6464

6565
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]

0 commit comments

Comments
 (0)