Cargo.lock: bump dependencies + audit config (#451)
This should get the security audit passing again
This commit is contained in:
committed by
GitHub
parent
2e5139b237
commit
002491193e
+3
-3
@@ -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", ...]
|
||||
|
||||
Reference in New Issue
Block a user