Update deny.toml#4899
Merged
Merged
Conversation
Summary: Handle advisory 'https://rustsec.org/advisories/RUSTSEC-2026-0173'
tillrohrmann
approved these changes
Jun 8, 2026
tillrohrmann
left a comment
Contributor
There was a problem hiding this comment.
Thanks for fixing the build issue @muhamadazmy. It would be great to add which of our dependencies/crates is using the affected dependency so that once we update it, we can more easily drop those ignore entries.
| { id = "RUSTSEC-2024-0437", reason = "protobuf-rs stackoverflow in deep nested messages, not fixed yet" }, | ||
| { id = "RUSTSEC-2025-0057", reason = "fxhash is not maintained anymore, currently used only by raft-rs" }, | ||
| { id = "RUSTSEC-2025-0141", reason = "bincode is no longer maintained, it's only used by restate-queue which will soon be removed" }, | ||
| { id = "RUSTSEC-2026-0173", reason = "The author of `proc-macro-error2` has [confirmed](https://github.com/GnomedDev/proc-macro-error-2/issues/17#issuecomment-4643215473) that the crate is no longer maintained and recommends that users migrate away from it" }, |
Contributor
There was a problem hiding this comment.
Which of our crates/dependencies are using the affected dependency?
Contributor
Author
There was a problem hiding this comment.
raft
proc-macro-error2 v2.0.1
└── getset v0.1.6 (proc-macro)
└── raft v0.7.0 (https://github.com/restatedev/raft-rs?rev=9bab5c275ce25341f719c4f898bdca9577850a5d#9bab5c27)
└── restate-metadata-server v1.7.0-rc.2 (/home/azmy/Projects/restate/crates/metadata-server)
├── restate-node v1.7.0-rc.2 (/home/azmy/Projects/restate/crates/node)
│ └── restate-server v1.7.0-rc.2 (/home/azmy/Projects/restate/server)
│ [dev-dependencies]
│ └── restate-server v1.7.0-rc.2 (/home/azmy/Projects/restate/server)
├── restate-server v1.7.0-rc.2 (/home/azmy/Projects/restate/server)
└── restate-worker v1.7.0-rc.2 (/home/azmy/Projects/restate/crates/worker)
└── restate-node v1.7.0-rc.2 (/home/azmy/Projects/restate/crates/node) (*)
[dev-dependencies]
└── restate-server v1.7.0-rc.2 (/home/azmy/Projects/restate/server)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Handle advisory 'https://rustsec.org/advisories/RUSTSEC-2026-0173'
Stack created with Sapling. Best reviewed with ReviewStack.