File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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" }
2929[dependencies ]
3030byteorder = " 1.2.1"
3131bitreader = { version = " 0.3.2" }
32- fallible_collections = { version = " 0.4.9 " , features = [" std_io" ] }
32+ fallible_collections = { version = " 0.5 " , features = [" std_io" ] }
3333num-traits = " 0.2.14"
3434log = " 0.4"
3535static_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" }
2626
2727[dependencies ]
2828byteorder = " 1.2.1"
29- fallible_collections = { version = " 0.4.9 " , features = [" std_io" ] }
29+ fallible_collections = { version = " 0.5 " , features = [" std_io" ] }
3030log = " 0.4"
3131mp4parse = { version = " 0.17.0" , path = " ../mp4parse" , features = [" unstable-api" ] }
3232num-traits = " 0.2.14"
You can’t perform that action at this time.
0 commit comments