Skip to content

Commit 15e50f4

Browse files
Update hex-literal requirement from 0.4.1 to 1.0.0
Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Commits](RustCrypto/utils@hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76836d5 commit 15e50f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ ac-ffmpeg = { version = "0.18.2", optional = true }
4545
ffprobe = { version = "0.4.0", optional = true }
4646
file-format = { version = "0.26.0", features = ["reader"], optional = true }
4747
bstr = { version = "1.11.3", optional = true }
48-
hex-literal = { version = "0.4.1", optional = true }
48+
hex-literal = { version = "1.0.0", optional = true }
4949
pssh-box = { version = "0.1.10", optional = true }
5050
hxdmp = "0.2.1"
5151
webm-iterable = "0.6.4"
5252

5353
[dev-dependencies]
5454
sha2 = "0.10.8"
55-
hex-literal = "0.4.1"
55+
hex-literal = "1.0.0"
5656
colored = "3.0.0"
5757
indicatif = "0.17.11"
5858
# We pin to this version because the latest versions require a bleeding edge Rust toolchain.

0 commit comments

Comments
 (0)