Skip to content

get cargo-deny to be quiet#2266

Merged
svix-jbrown merged 1 commit into
mainfrom
jbrown/more-fixes
Apr 20, 2026
Merged

get cargo-deny to be quiet#2266
svix-jbrown merged 1 commit into
mainfrom
jbrown/more-fixes

Conversation

@svix-jbrown

Copy link
Copy Markdown
Contributor

Changes:

  • remove now-unused advisory about rustls-webpki
  • upgrade rand to deal with RUSTSEC-2026-0097 and remove that from the list
  • add unused-ignored-advisory, unused-allowed-license, unused-license-exception, and unused-allowed-source so cargo-deny doesn't warn us about things that only apply to one subproject
  • fill in the allow-git key
  • remove unused license clarifications
  • fill in the license field for bridge

after this change:

$ for dir in bridge server svix-cli rust ; cd $dir ; cargo deny check -c ../deny.toml ; cd .. ; end
advisories ok, bans ok, licenses ok, sources ok
advisories ok, bans ok, licenses ok, sources ok
advisories ok, bans ok, licenses ok, sources ok
advisories ok, bans ok, licenses ok, sources ok

:feelsgood:

@svix-jbrown
svix-jbrown requested a review from a team April 20, 2026 20:01
@svix-jbrown
svix-jbrown requested a review from a team as a code owner April 20, 2026 20:01
@svix-jbrown
svix-jbrown enabled auto-merge (squash) April 20, 2026 20:04
@svix-jbrown
svix-jbrown merged commit b093f40 into main Apr 20, 2026
34 checks passed
@svix-jbrown
svix-jbrown deleted the jbrown/more-fixes branch April 20, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants