Skip to content

Commit

Permalink
Update cached
Browse files Browse the repository at this point in the history
This doesn't update pico-args because 0.4 had a breaking change that's
annoying to work around.
  • Loading branch information
jyn514 authored and Joshua Nelson committed Jan 19, 2021
1 parent 7bc82be commit 3e984d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 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 @@ -22,7 +22,7 @@ cargo = ["cargo_metadata", "serde_json"]
default = ["cargo"]

[dependencies]
cached = { version = "0.20.0", default-features = false }
cached = { version = "0.23.0", default-features = false }
cargo_metadata = { version = "0.12", optional = true }
serde_json = { version = "1.0.34", optional = true }
pico-args = "0.3"
Expand Down

0 comments on commit 3e984d5

Please sign in to comment.