File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
27
27
[dependencies ]
28
28
byteorder = " 1.2.1"
29
29
bitreader = { version = " 0.3.2" }
30
- fallible_collections = { version = " 0.1.3 " , features = [" std_io" ] }
31
- hashbrown = " 0.7.1 "
30
+ fallible_collections = { version = " 0.2 " , features = [" std_io" ] }
31
+ hashbrown = " 0.9 "
32
32
num-traits = " =0.2.10"
33
33
log = " 0.4"
34
34
static_assertions = " 1.1.0"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
24
24
25
25
[dependencies ]
26
26
byteorder = " 1.2.1"
27
- fallible_collections = { version = " 0.1.3 " , features = [" std_io" ] }
27
+ fallible_collections = { version = " 0.2 " , features = [" std_io" ] }
28
28
log = " 0.4"
29
29
mp4parse = {version = " 0.11.2" , path = " ../mp4parse" }
30
30
num-traits = " =0.2.10"
You can’t perform that action at this time.
0 commit comments