Skip to content

Disable rusqlite outdated check

John Moon requested to merge rusqlite into main

Currently "cargo outdated" will often report that the rusqlite crate is outdated due to the bug described in https://github.com/dani-garcia/vaultwarden/discussions/4324.

Disable the outdated check for that dependency.

Merge request reports