Skip to content

Commit

Permalink
chore: deny openssl (n0-computer#2372)
Browse files Browse the repository at this point in the history
## Description

Update cargo-deny to avoid openssl neaking in.

## Breaking Changes

<!-- Optional, if there are any breaking changes document them,
including how to migrate older code. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [x] Self-review.
- ~~[ ] Documentation updates if relevant.~~
- ~~[ ] Tests if relevant.~~
- ~~[ ] All breaking changes documented.~~
  • Loading branch information
flub authored and ppodolsky committed Jun 22, 2024
1 parent ecc31a8 commit 3345981
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[bans]
multiple-versions = "allow"
deny = [
"openssl",
"native-tls",
]

[licenses]
allow = [
Expand Down

0 comments on commit 3345981

Please sign in to comment.