Skip to content

Commit 56b6096

Browse files
authored
Merge pull request #544 from fede1024/dependabot/cargo/zstd-sys-2.0.6zstd.1.5.2
Bump zstd-sys from 2.0.1+zstd.1.5.2 to 2.0.6+zstd.1.5.2
2 parents 6a270d0 + 0bfca69 commit 56b6096

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
# The version of this toolchain doesn't matter much. It's only used to
5656
# generate the minimal-versions lockfile, not to actually run `cargo
5757
# check`.
58-
toolchain: nightly-2021-01-05
58+
toolchain: nightly
5959
components: rustfmt, clippy
6060
- uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
6161
with:
6262
toolchain: ${{ env.rust_version }}
6363
- run: rustup default ${{ env.rust_version }}
64-
- run: cargo +nightly-2021-01-05 -Z minimal-versions generate-lockfile
64+
- run: cargo +nightly -Z minimal-versions generate-lockfile
6565
- run: cargo check
6666

6767
test:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rdkafka-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libc = "0.2.65"
1717
openssl-sys = { version = "0.9.48", optional = true }
1818
libz-sys = { version = "1.0.0", optional = true }
1919
curl-sys = { version = "0.4.55", optional = true }
20-
zstd-sys = { version = "2.0.0", optional = true }
20+
zstd-sys = { version = "2.0.6", optional = true }
2121
lz4-sys = { version = "1.8.3", optional = true }
2222
sasl2-sys = { version = "0.1.6", optional = true }
2323

0 commit comments

Comments
 (0)