Skip to content
Open
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
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ thiserror = "=2.0.20"
# Config is ruled TOML (SPEC 10.1, D-N8): a real format needs a real parser,
# and a hand-rolled one would re-create exactly the escaping/typing edge cases
# this crate exists to refuse. Pinned exactly like every direct dependency.
toml = "=1.1.4"
toml = "=1.1.5"
uuid = { version = "=1.26.0", features = ["v7", "serde"] }

# specta derives the cross-boundary type descriptions. The `uuid` feature is
Expand Down Expand Up @@ -72,7 +72,7 @@ image = "=0.25.10"
ignore = "=0.4.33"
rayon = "=1.12.0"
memchr = "=2.8.3"
trash = "=5.2.6"
trash = "=5.2.7"

# The rules `docs/AGENTS.md` states for Rust, in the place the compiler reads.
#
Expand Down
Loading