Cargo.lock: bump dependencies + audit config (#451)

This should get the security audit passing again
This commit is contained in:
Tony Arcieri (iqlusion)
2022-11-28 11:19:39 -07:00
committed by GitHub
parent 2e5139b237
commit 002491193e
3 changed files with 164 additions and 35 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071", # time
"RUSTSEC-2020-0159", # chrono
]
"RUSTSEC-2020-0071", # chrono
"RUSTSEC-2021-0145", # atty
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]