Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored and kmeisthax committed Aug 26, 2023
1 parent 128cdbd commit 5faa069
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deblock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
wide = "0.7.8"
itertools = "0.10.5"
wide = "0.7.11"
itertools = "0.11.0"
6 changes: 3 additions & 3 deletions h263/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
bitflags = "2.0.0"
thiserror = "1.0"
num-traits = "0.2.15"
bitflags = "2.4.0"
thiserror = "1.0.47"
num-traits = "0.2.16"
lazy_static = "1.4.0"
4 changes: 2 additions & 2 deletions yuv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
wide = "0.7.8"
bytemuck = "1.13.0"
wide = "0.7.11"
bytemuck = "1.13.1"

0 comments on commit 5faa069

Please sign in to comment.