Skip to content

Commit

Permalink
bump deny
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Nov 28, 2023
1 parent 7a263b8 commit 52ba25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta-and-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: rustup update
- name: Install cargo-deny
run: |
curl -L https://github.com/EmbarkStudios/cargo-deny/releases/download/0.11.0/cargo-deny-0.11.0-x86_64-unknown-linux-musl.tar.gz \
| tar -zx --strip-components=1 "cargo-deny-0.11.0-x86_64-unknown-linux-musl/cargo-deny"
curl -L https://github.com/EmbarkStudios/cargo-deny/releases/download/0.14.3/cargo-deny-0.14.3-x86_64-unknown-linux-musl.tar.gz \
| tar -zx --strip-components=1 "cargo-deny-0.14.3-x86_64-unknown-linux-musl/cargo-deny"
- name: Run cargo-deny
run: .travis/cargo-deny-check.sh
3 changes: 0 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ deny = [

# Skip some multiple-versions checks, until they can be fixed.
skip = [
{ name = "half", version="1.8.2" }, # old versions pulled by serde_cbor and criterionin dev mode
{ name = "hashbrown", version="0.11.2" }, # string interner pulls old version
{ name = "quick-error", version="<2" }, # cascading from flate
{ name = "regex-syntax", version="<8" },
{ name = "syn", version="<2" },
{ name = "bitflags", version="<2" },
]

[sources]
Expand Down

0 comments on commit 52ba25d

Please sign in to comment.