Update cargo deny.toml

This commit is contained in:
2023-09-13 02:10:47 -04:00
parent d4ef1ce16a
commit 42217a339e
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
use std::{
collections::{btree_map, BTreeMap},
fs,
io::{ Write},
io::Write,
path::PathBuf,
time::Instant,
};