diff --git a/Cargo.lock b/Cargo.lock index 4436f33..e0ece9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3187,9 +3187,9 @@ dependencies = [ [[package]] name = "libssh2-sys" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c04141a07bb0c0bc461cb657808764de571702a59bc5c726c400ac9a7625e3ab" +checksum = "0f5eb74291e8691cab524a01274a1b1e7742b1a94f29d8b101d8aadc8372c1cd" dependencies = [ "cc", "libc", diff --git a/deny.toml b/deny.toml index 1520bed..7129054 100644 --- a/deny.toml +++ b/deny.toml @@ -5,12 +5,9 @@ all-features = true ignore = [ { id = "RUSTSEC-2024-0436", reason = "No maintained version available for `paste`." }, { id = "RUSTSEC-2026-0173", reason = "No maintained version available for `proc-macro-error2`." }, - { id = "RUSTSEC-2026-0183", reason = "No safe version available for `git2` due to other dependencies." }, - { id = "RUSTSEC-2026-0184", reason = "No safe version available for `git2` due to other dependencies." }, { id = "RUSTSEC-2026-0247", reason = "No maintained version available for `bitmaps`." }, { id = "RUSTSEC-2026-0250", reason = "No maintained version available for `im-rc`." }, { id = "RUSTSEC-2026-0251", reason = "No maintained version available for `sized-chunks`." }, - { id = "RUSTSEC-2026-0255", reason = "No safe version available for `sized-chunks` due to other dependencies." }, ] yanked = "deny"