[advisories]
ignore = [
  # Advisory about a vulnerability in rsa, which we don't use, but comes via sqlx due
  # to a bug in cargo. For context, see:
  #   https://github.com/launchbadge/sqlx/issues/2911
  #   and https://github.com/rust-lang/cargo/issues/10801
  "RUSTSEC-2023-0071"
]