Skip to content

Commit

Permalink
chore: Don't warn us about libolm and olm-sys being deprecated.
Browse files Browse the repository at this point in the history
We're only using olm-sys for unit tests to ensure libolm compatibility.
  • Loading branch information
poljar committed Sep 11, 2024
1 parent 691a7f6 commit 4785a08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ exclude = [

[advisories]
version = 2
ignore = [
{ id = "RUSTSEC-2024-0368", reason = "We're only using olm-sys for unit tests" },
]

[licenses]
version = 2
Expand Down

0 comments on commit 4785a08

Please sign in to comment.