Skip to content

Commit

Permalink
Address proc-macro-error advisory RUSTSEC-2024-0370
Browse files Browse the repository at this point in the history
The only dependency that currently needs `proc-macro-error` is `err-derive` used by `arrow_convert` which has not been updated yet. For our use, we only rely on it for restate's CLI so the risk is minimal but we will upgrade when a fix is available upstream. For the time being, we'll ignore this advisory` is `err-derive` used by `arrow_convert` which has not been updated yet. For our use, we only rely on it for restate's CLI so the risk is minimal but we will upgrade when a fix is available upstream. For the time being, we'll ignore this advisory.
  • Loading branch information
AhmedSoliman committed Sep 9, 2024
1 parent 81d73da commit 74d7363
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 56 deletions.
85 changes: 30 additions & 55 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
# https://github.com/EmbarkStudios/cargo-deny/pull/611
version = 2
yanked = "deny"
ignore = [
{ id = "RUSTSEC-2024-0370", reason = "crate is unmaintained. This needs `arrow_convert` to use an alternative to `err-derive`" }
]


[licenses]
Expand Down
2 changes: 1 addition & 1 deletion tools/service-protocol-wireshark-dissector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ bytes = { workspace = true }
thiserror = { workspace = true }

# Lua
mlua = { version = "0.8", features = ["module", "macros", "vendored"] }
mlua = { version = "0.9.9", features = ["module", "macros"] }

0 comments on commit 74d7363

Please sign in to comment.