Skip to content

Commit f7c35a3

Browse files
authored
Merge pull request mozilla#244 from emilio/master
Update hashbrown.
2 parents fe90285 + 74a125c commit f7c35a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mp4parse/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2727
[dependencies]
2828
byteorder = "1.2.1"
2929
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"
3232
num-traits = "=0.2.10"
3333
log = "0.4"
3434
static_assertions = "1.1.0"

mp4parse_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2424

2525
[dependencies]
2626
byteorder = "1.2.1"
27-
fallible_collections = { version = "0.1.3", features = ["std_io"] }
27+
fallible_collections = { version = "0.2", features = ["std_io"] }
2828
log = "0.4"
2929
mp4parse = {version = "0.11.2", path = "../mp4parse"}
3030
num-traits = "=0.2.10"

0 commit comments

Comments
 (0)