File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ exclude = [
23
23
travis-ci = { repository = " https://github.com/mozilla/mp4parse-rust" }
24
24
25
25
[dependencies ]
26
- byteorder = " 1.0.0 "
26
+ byteorder = " 1.2.1 "
27
27
afl = { version = " 0.3" , optional = true }
28
28
abort_on_panic = { version = " 1.0.0" , optional = true }
29
29
bitreader = { version = " 0.3.0" }
30
- num-traits = " 0.1.37 "
30
+ num-traits = " 0.2.0 "
31
31
mp4parse_fallible = { version = " 0.0.1" , optional = true }
32
32
log = " 0.4"
33
33
Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ exclude = [
22
22
travis-ci = { repository = " https://github.com/mozilla/mp4parse-rust" }
23
23
24
24
[dependencies ]
25
- byteorder = " 1.0.0 "
25
+ byteorder = " 1.2.1 "
26
26
env_logger = " 0.5.3"
27
27
log = " 0.4"
28
28
29
29
# To enable fallible memory allocation, add 'features = ["mp4parse_fallible"]'
30
30
# in mp4parse brace.
31
31
mp4parse = {version = " 0.9.1" , path = " ../mp4parse" }
32
- num-traits = " 0.1.37 "
32
+ num-traits = " 0.2.0 "
33
33
34
34
[build-dependencies ]
35
- cbindgen = " 0.3.1 "
35
+ cbindgen = " 0.4.3 "
36
36
37
37
[features ]
38
38
fuzz = [" mp4parse/fuzz" ]
You can’t perform that action at this time.
0 commit comments