fix(ci): bump cargo-deny to 0.18.6

This commit is contained in:
llama 2025-11-25 09:45:14 +08:00
parent 5614d20bed
commit e1cd5fd0c5
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -202,7 +202,7 @@ fn sveltekit_temp_file(path: &str) -> bool {
}
fn check_cargo_deny() -> Result<()> {
Command::run("cargo install cargo-deny@0.18.3")?;
Command::run("cargo install cargo-deny@0.18.6")?;
Command::run("cargo deny check")?;
Ok(())
}