Skip to content

Commit

Permalink
fix: address RUSTSEC-2024-0370 by updating tabled to 0.18 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman authored Feb 8, 2025
1 parent 8608c97 commit 1d74c3b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 14 deletions.
45 changes: 33 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ serde_urlencoded = "0.7"
serde_yaml = "0.9"
slog = "2.7"
slug = "0.1"
tabled = "0.16"
tabled = "0.18"
thiserror = "1.0"
tokio = "1.40"
typeshare = "1.0"
Expand Down
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ targets = [

[advisories]
ignore = [
"RUSTSEC-2024-0370",
"RUSTSEC-2024-0384",
"RUSTSEC-2024-0399",
"RUSTSEC-2024-0402",
Expand Down

0 comments on commit 1d74c3b

Please sign in to comment.