Skip to content

Commit

Permalink
Upgrade redis to get rid of yanked version
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-lucho committed Nov 6, 2024
1 parent f5a3554 commit b867ecc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ yanked = "deny"
notice = "warn"
ignore = [
# TODO: Update dependencies that use rsa crate
"RUSTSEC-2023-0071",
# TODO: sqlx >=0.8.1
"RUSTSEC-2024-0363",
"RUSTSEC-2023-0071"
]

[licenses]
Expand Down
10 changes: 5 additions & 5 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b867ecc

Please sign in to comment.