Add cargo-deny config and CI

This commit is contained in:
link2xt
2023-02-25 20:40:56 +00:00
parent 8177070673
commit 7e132b5383
4 changed files with 27 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Changes
- Make smeared timestamp generation non-async. #4075
- Set minimum TLS version to 1.2. #4096
- Run `cargo-deny` in CI. #4101
### Fixes
- Do not block async task executor while decrypting the messages. #4079