Skip to content

Update deny.toml#4899

Merged
muhamadazmy merged 1 commit into
mainfrom
pr4899
Jun 8, 2026
Merged

Update deny.toml#4899
muhamadazmy merged 1 commit into
mainfrom
pr4899

Conversation

@muhamadazmy

@muhamadazmy muhamadazmy commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@tillrohrmann tillrohrmann left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread deny.toml
{ 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" },

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which of our crates/dependencies are using the affected dependency?

@muhamadazmy muhamadazmy Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Test Results

  8 files  ±0    8 suites  ±0   5m 5s ⏱️ +14s
 60 tests ±0   60 ✅ ±0  0 💤 ±0  0 ❌ ±0 
267 runs  ±0  267 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c0a77bf. ± Comparison against base commit 7373a0c.

♻️ This comment has been updated with latest results.

@muhamadazmy muhamadazmy merged commit 438bb65 into main Jun 8, 2026
31 checks passed
@muhamadazmy muhamadazmy deleted the pr4899 branch June 8, 2026 13:14
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants