bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.07k stars 164 forks source link

update tracing-subscriber #683

Closed pchickey closed 2 years ago

pchickey commented 2 years ago

tracing-subscriber 0.3.1 is now out. It has some very minor API changes over 0.2.

This means we no longer have the transitive dep on chrono that was affected by RUSTSEC-2020-0159, so we can get rid of those ignores in our cargo audit invocations.