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
4 changes: 2 additions & 2 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 @@ -43,7 +43,7 @@ unicode-width = "0.2"
# darling and a second TOML parser into the build, and nothing here uses the
# `#[cached]` attribute: `tui::data` drives `LruCache` directly. `time_stores`
# is what would supply a TTL store, which TUI-72 notes the memo does not have.
cached = { version = "3", default-features = false }
cached = { version = "4", default-features = false }
# `evolve`'s downloader/extractor/installer. ureq rather than the default reqwest:
# nothing here is async, so reqwest would drag tokio into a synchronous CLI. rustls
# keeps the static musl release builds free of a system OpenSSL. `github` is the only
Expand Down