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..3512f035d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,9 +245,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitstream-io" -version = "2.3.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c12d1856e42f0d817a835fe55853957c85c8c8a470114029143d3f12671446e" +checksum = "3dcde5f311c85b8ca30c2e4198d4326bc342c76541590106f5fa4a50946ea499" [[package]] name = "bstr" @@ -301,9 +301,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.11" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189" +checksum = "68064e60dbf1f17005c2fde4d07c16d8baa506fd7ffed8ccab702d93617975c7" dependencies = [ "jobserver", "libc", 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"