Commit 66c758d
authored
Add temporary exception for bincode in deny.toml (#669)
I saw a regression in our stable/deny CI job. The `bincode` crate is
unmaintained and [it has just been marked as
such](rustsec/advisory-db#2574).
This PR adds an exception to our deny.toml to unblock our CI for now,
but we should try to migrate to another serde crate like postcard soon.
Luckily only 2 of our crates use bincode so migration is
straightforward:
-
[embedded-usb-pd](https://github.com/OpenDevicePartnership/embedded-usb-pd)
- [tps6699x](https://github.com/OpenDevicePartnership/tps6699x)1 parent 9cd6a97 commit 66c758d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments