Skip to content

Commit 28a7afc

Browse files
committed
Upgrade lock-file to latest version to avoid cargo-deny failure
1 parent f2d8955 commit 28a7afc

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

Cargo.lock

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

deny.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ yanked = "warn"
2222
# 2019-12-17 there are no security notice advisories in
2323
# https://github.com/rustsec/advisory-db
2424
notice = "warn"
25-
ignore = []
25+
ignore = [
26+
# this is `[email protected]` coming in with `curl`, which doesn't have an update yet. It's only active optionally, not by default.
27+
"RUSTSEC-2024-0336",
28+
]
2629

2730

2831

0 commit comments

Comments
 (0)