Update deps

This commit is contained in:
Dimitris Zervas 2024-02-26 18:54:54 +02:00
parent c003ef821f
commit 62e98de539
No known key found for this signature in database
2 changed files with 385 additions and 384 deletions

767
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ fn main() {
PE(o) => PE(o) =>
(o.exports (o.exports
.iter() .iter()
.map(|e| e.name.unwrap().clone()) .map(|e| e.name.unwrap())
.collect(), .collect(),
o.name.unwrap().replace(".dll", "")), o.name.unwrap().replace(".dll", "")),
_ => { _ => {