Skip to content

Commit f3ff9f2

Browse files
authored
Merge pull request #94 from emarsden/dependabot/cargo/hex-literal-1.0.0
Update hex-literal requirement from 0.4.1 to 1.0.0
2 parents 76836d5 + 15e50f4 commit f3ff9f2

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)