Skip to content

Commit ad1bd9a

Browse files
committed
Bump byteorder to 1.2.1.
Pick up the latest version.
1 parent 677011f commit ad1bd9a

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
@@ -23,7 +23,7 @@ exclude = [
2323
travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2424

2525
[dependencies]
26-
byteorder = "1.0.0"
26+
byteorder = "1.2.1"
2727
afl = { version = "0.3", optional = true }
2828
abort_on_panic = { version = "1.0.0", optional = true }
2929
bitreader = { version = "0.3.0" }

mp4parse_capi/Cargo.toml

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

2424
[dependencies]
25-
byteorder = "1.0.0"
25+
byteorder = "1.2.1"
2626
env_logger = "0.5.3"
2727
log = "0.4"
2828

0 commit comments

Comments
 (0)