Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 27 additions & 32 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ all-features = true
[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = [
{ id = "RUSTSEC-2026-0194", reason = "quick-xml DoS on untrusted XML; only used at build time by zbus-lockstep on trusted protocol files, and zbus-lockstep requires quick-xml 0.36.2; doesn't execute on end-users system" },
{ id = "RUSTSEC-2026-0195", reason = "same quick-xml build-time usage as RUSTSEC-2026-0194; doesn't execute on end-users system" },
]
ignore = []

[licenses]
allow = [
Expand All @@ -45,7 +42,9 @@ wildcards = "deny"
highlight = "all"
allow = []
deny = []
skip = []
skip = [
"winnow:<1.0.4",
]
skip-tree = []

[sources]
Expand Down
Loading