diff --git a/.github/workflows/rav1e.yml b/.github/workflows/rav1e.yml index 677dcaa968..4fae68b4d4 100644 --- a/.github/workflows/rav1e.yml +++ b/.github/workflows/rav1e.yml @@ -195,7 +195,7 @@ jobs: tar xj -C $HOME/.cargo/bin - name: Install Intel SDE if: matrix.conf == 'grcov-codecov' - uses: petarpetrovt/setup-sde@v2.3 + uses: petarpetrovt/setup-sde@v2.4 - name: Install ${{ matrix.toolchain }} uses: dtolnay/rust-toolchain@master with: diff --git a/Cargo.lock b/Cargo.lock index 0b29d9a847..143db75943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,9 +245,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitstream-io" -version = "2.3.0" +version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c12d1856e42f0d817a835fe55853957c85c8c8a470114029143d3f12671446e" +checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452" [[package]] name = "bstr" diff --git a/Cargo.toml b/Cargo.toml index 7c1ad5bdd8..263f15fdb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ dump_lookahead_data = ["byteorder", "image"] [dependencies] arg_enum_proc_macro = "0.3.4" -bitstream-io = "~2.3.0" +bitstream-io = "~2.5.0" cfg-if = "1.0" clap = { version = "~4.4.17", optional = true, default-features = false, features = [ "color", diff --git a/ivf/Cargo.toml b/ivf/Cargo.toml index 4e4d5a700d..a20d34cdfe 100644 --- a/ivf/Cargo.toml +++ b/ivf/Cargo.toml @@ -8,7 +8,7 @@ license = "BSD-2-Clause" homepage = "https://github.com/xiph/rav1e" [dependencies] -bitstream-io = "~2.3.0" +bitstream-io = "~2.5.0" [lints.clippy] doc_link_with_quotes = "warn"