Skip to content

Commit 633279a

Browse files
musicinmybrainkinetiknz
authored andcommitted
Update fallible_collections from 0.4 to 0.5
1 parent ecdc8ab commit 633279a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2929
[dependencies]
3030
byteorder = "1.2.1"
3131
bitreader = { version = "0.3.2" }
32-
fallible_collections = { version = "0.4", features = ["std_io"] }
32+
fallible_collections = { version = "0.5", features = ["std_io"] }
3333
num-traits = "0.2.14"
3434
log = "0.4"
3535
static_assertions = "1.1.0"

mp4parse_capi/Cargo.toml

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

2727
[dependencies]
2828
byteorder = "1.2.1"
29-
fallible_collections = { version = "0.4", features = ["std_io"] }
29+
fallible_collections = { version = "0.5", features = ["std_io"] }
3030
log = "0.4"
3131
mp4parse = { version = "0.17.0", path = "../mp4parse", features = ["unstable-api"] }
3232
num-traits = "0.2.14"

0 commit comments

Comments
 (0)