Skip to content

Commit

Permalink
Avoid serde_derive blob and ban affected versions via cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lyne authored and svix-daniel committed Aug 21, 2023
1 parent 59adb69 commit 8f12f56
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 137 deletions.
6 changes: 5 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
allow = []
deny = []
deny = [
# Versions containing the binary blob
# See: https://github.com/serde-rs/serde/issues/2538
{ name = "serde_derive", version = ">1.0.171, <1.0.184"}
]
skip = []
skip-tree = []

Expand Down
Loading

0 comments on commit 8f12f56

Please sign in to comment.