Skip to content

Commit 1d74c3b

Browse files
fix: address RUSTSEC-2024-0370 by updating tabled to 0.18 (bencherdev#573)
1 parent 8608c97 commit 1d74c3b

File tree

3 files changed

+34
-14
lines changed

3 files changed

+34
-14
lines changed

Cargo.lock

Lines changed: 33 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ serde_urlencoded = "0.7"
6262
serde_yaml = "0.9"
6363
slog = "2.7"
6464
slug = "0.1"
65-
tabled = "0.16"
65+
tabled = "0.18"
6666
thiserror = "1.0"
6767
tokio = "1.40"
6868
typeshare = "1.0"

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ targets = [
1414

1515
[advisories]
1616
ignore = [
17-
"RUSTSEC-2024-0370",
1817
"RUSTSEC-2024-0384",
1918
"RUSTSEC-2024-0399",
2019
"RUSTSEC-2024-0402",

0 commit comments

Comments
 (0)