File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
29
29
[dependencies ]
30
30
byteorder = " 1.2.1"
31
31
bitreader = { version = " 0.3.2" }
32
- fallible_collections = { version = " 0.4 " , features = [" std_io" ] }
32
+ fallible_collections = { version = " 0.5 " , features = [" std_io" ] }
33
33
num-traits = " 0.2.14"
34
34
log = " 0.4"
35
35
static_assertions = " 1.1.0"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
26
26
27
27
[dependencies ]
28
28
byteorder = " 1.2.1"
29
- fallible_collections = { version = " 0.4 " , features = [" std_io" ] }
29
+ fallible_collections = { version = " 0.5 " , features = [" std_io" ] }
30
30
log = " 0.4"
31
31
mp4parse = { version = " 0.17.0" , path = " ../mp4parse" , features = [" unstable-api" ] }
32
32
num-traits = " 0.2.14"
You can’t perform that action at this time.
0 commit comments