Skip to content

Commit

Permalink
Bump bytemuck and update deny.toml for syn's move to `unicode-i…
Browse files Browse the repository at this point in the history
…dent`.
  • Loading branch information
eddyb committed Dec 5, 2022
1 parent 8bd42bc commit 11c7aac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

11 changes: 5 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
[advisories]
vulnerability = "deny"
# FIXME(eddyb) `ansi_term` and `xml-rs` prevent this from being `deny`.
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = [
# Regex advisory, from some dependency
"RUSTSEC-2022-0013"
]
yanked = "deny"
notice = "deny"

# This section is considered when running `cargo deny check bans`.
# More documentation about the 'bans' section can be found here:
Expand Down Expand Up @@ -60,6 +57,8 @@ allow = [
"ISC",

"Zlib",

"Unicode-DFS-2016",
]
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
# aren't accepted for every possible crate as with the normal allow list
Expand Down

0 comments on commit 11c7aac

Please sign in to comment.