Skip to content

Commit

Permalink
Merge pull request #1818 from gtk-rs/dependabot/github_actions/Embark…
Browse files Browse the repository at this point in the history
…Studios/cargo-deny-action-2

build(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2
  • Loading branch information
sdroege authored Aug 27, 2024
2 parents 8d277a6 + 8ea114f commit d11bd8d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2

regen_check:
name: regen checker
Expand Down
83 changes: 30 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 11 additions & 14 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
[graph]
exclude = [
"gtk4-rs-examples",
"gtk4-rs-book-listings",
]

[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
notice = "warn"
ignore = []

[licenses]
unlicensed = "deny"
version = 2
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"Unicode-DFS-2016",
"ISC",
]
copyleft = "deny"
allow-osi-fsf-free = "either"
default = "deny"
confidence-threshold = 0.8

[bans]
Expand All @@ -34,13 +33,11 @@ allow-git = [
"https://github.com/gtk-rs/gtk-rs-core",
]

# proc-macro-crate depends on an older version of toml_edit
# https://github.com/bkchr/proc-macro-crate/pull/50
[[bans.skip]]
name = "toml_edit"
version = "0.21"

# wayland-scanner depends on an older version
[[bans.skip]]
name = "quick-xml"
version = "0.34.0"
version = "0.34.0"
# rustix/errno depends on an older version
[[bans.skip]]
name = "windows-sys"
version = "0.52.0"

0 comments on commit d11bd8d

Please sign in to comment.