Skip to content

Commit

Permalink
Merge pull request #5165 from cakebaker/bump_cpp
Browse files Browse the repository at this point in the history
Bump cpp to remove aho-corasick from skip list in deny.toml
  • Loading branch information
cakebaker authored Aug 18, 2023
2 parents acccad5 + 228a580 commit 7bc3c5d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
35 changes: 13 additions & 22 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ skip = [
# rustix
{ name = "linux-raw-sys", version = "0.1.4" },
{ name = "linux-raw-sys", version = "0.3.8" },
# tempfile
# terminal_size
{ name = "rustix", version = "0.37.23" },
# various crates
{ name = "windows-sys", version = "0.45.0" },
Expand All @@ -83,8 +83,6 @@ skip = [
{ name = "windows_x86_64_gnullvm", version = "0.42.2" },
# windows-targets
{ name = "windows_x86_64_msvc", version = "0.42.2" },
# cpp_macros
{ name = "aho-corasick", version = "0.7.20" },
# various crates
{ name = "syn", version = "1.0.109" },
# various crates
Expand Down

0 comments on commit 7bc3c5d

Please sign in to comment.