Skip to content
Closed
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
120 changes: 60 additions & 60 deletions Cargo.lock

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

11 changes: 9 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ ignore = [
"RUSTSEC-2023-0089", # atomic-polyfill; review-by: 2027-01-31
"RUSTSEC-2021-0153", # encoding; review-by: 2027-01-31
"RUSTSEC-2024-0436", # paste; review-by: 2027-01-31
# loro-internal's transitive persistence codecs (im 15.1.0, sized-chunks,
# bitmaps) are archived upstream as of 2026-05-03. No fixed version
# exists; they carry no known security impact and are pinned behind the
# loro CRDT engine. Revisit on each loro upgrade.
"RUSTSEC-2026-0247", # bitmaps; review-by: 2027-05-01
"RUSTSEC-2026-0248", # im; review-by: 2027-05-01
"RUSTSEC-2026-0251", # sized-chunks; review-by: 2027-05-01
]

[licenses]
Expand Down Expand Up @@ -75,9 +82,9 @@ wildcards = "deny"
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# zerompk is pinned to our own fork at an exact rev while the derived codecs'
# zerompk is pinned to a fork at an exact rev while the derived codecs'
# `inline(always)` fix is unreleased upstream — it folds whole codec trees into
# one function and makes large plan enums cost minutes to compile. Drop this
# entry together with the git source in Cargo.toml once the fix ships to
# crates.io.
allow-git = ["https://github.com/farhan-syah/zerompk"]
allow-git = ["https://github.com/nuskey8/zerompk"]
Loading
Loading