Cargo Update (#8443)

Co-Authored-By: Age Manning <Age@AgeManning.com>
This commit is contained in:
Age Manning
2025-11-24 16:20:01 +11:00
committed by GitHub
parent 261322c3e3
commit 2ba8a8e6ae
4 changed files with 1022 additions and 1061 deletions

View File

@@ -154,7 +154,7 @@ mod tests {
let pk5 = PublicKeyBytes::deserialize(&hex::decode(&PK5[2..]).unwrap()).unwrap();
let pk6 = PublicKeyBytes::deserialize(&hex::decode(&PK6[2..]).unwrap()).unwrap();
let file_name = temp.into_path().join("graffiti.txt");
let file_name = temp.keep().join("graffiti.txt");
let file = File::create(&file_name).unwrap();
let mut graffiti_file = LineWriter::new(file);