Merge branch 'main' into fix/br-in-error-message

This commit is contained in:
Abdo 2025-12-16 19:23:09 +03:00 committed by GitHub
commit 6e0fe3e0d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(())
}