Skip to content

Commit dde2f86

Browse files
committed
Bump num-traits to 0.2.
Pick up a more recent version.
1 parent 575b0dd commit dde2f86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ byteorder = "1.0.0"
2727
afl = { version = "0.3", optional = true }
2828
abort_on_panic = { version = "1.0.0", optional = true }
2929
bitreader = { version = "0.3.0" }
30-
num-traits = "0.1.37"
30+
num-traits = "0.2.0"
3131
mp4parse_fallible = { version = "0.0.1", optional = true }
3232
log = "0.4"
3333

mp4parse_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ log = "0.4"
2929
# To enable fallible memory allocation, add 'features = ["mp4parse_fallible"]'
3030
# in mp4parse brace.
3131
mp4parse = {version = "0.9.1", path = "../mp4parse"}
32-
num-traits = "0.1.37"
32+
num-traits = "0.2.0"
3333

3434
[build-dependencies]
3535
cbindgen = "0.3.1"

0 commit comments

Comments
 (0)