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
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sha2 = "0.10"
serde_json = "1"
regex = "1"
rayon = "1"
png = "0.17"
png = "0.18"

# ---- our own codecs (Principle 7), from crates.io ----
# Still-image decoding comes from home AND publishes. `rusty_png` is our
Expand Down
2 changes: 1 addition & 1 deletion crates/ffai-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ regex = { workspace = true }
# Only the synthetic-corpus generator examples use these; the library needs
# neither a rasterizer nor a PNG encoder.
fontdue = "0.9"
png = "0.17"
png = "0.18"
# TESTS ONLY, and only one test: `vlm::tests::a_stub_engine_refuses_...` needs
# a registered stub VLM engine to prove the harness refuses it. Keeping this
# out of [dependencies] matters — ffai-bench must not gain a dependency on a
Expand Down
Loading