Skip to content

Commit

Permalink
Merge pull request #64 from emarsden/dependabot/cargo/file-format-0.25.0
Browse files Browse the repository at this point in the history
Update file-format requirement from 0.24.0 to 0.25.0
  • Loading branch information
emarsden authored May 13, 2024
2 parents f2ff7c3 + f9ac5c7 commit b89fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sanitise-file-name = { version = "1.0.0", optional = true }
colored = { version = "2.0.4", optional = true }
ac-ffmpeg = { version = "0.18.1", optional = true }
ffprobe = { version = "0.4.0", optional = true }
file-format = { version = "0.24.0", features = ["reader"], optional = true }
file-format = { version = "0.25.0", features = ["reader"], optional = true }
bstr = { version = "1.9.1", optional = true }
hex-literal = { version = "0.4.1", optional = true }
pssh-box = { version = "0.1.5", optional = true }
Expand Down

0 comments on commit b89fcdf

Please sign in to comment.