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
94 changes: 55 additions & 39 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 @@ -110,7 +110,7 @@ qrcode = "0.12"
# including the OpenEXR stack (exr -> pulp -> the unmaintained `paste`), none
# of which this workspace can reach. Keep this list minimal: each format added
# here is parser surface in a binary that serves public HTTP.
image = { version = "0.24", default-features = false, features = ["png"] }
image = { version = "0.25", default-features = false, features = ["png"] }

# HTTP client
# 0.13 renamed the TLS feature (`rustls-tls` -> `rustls`) and moved several
Expand Down