Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump cacache to resolve reflink #60

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
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
Next Next commit
fix(deps): bump cacache to resolve reflink
  • Loading branch information
kade-robertson committed Oct 31, 2023
commit 810c461b442ae054626dff84d7cb15c2ab9a1288
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["ddragon", "league-of-legends", "lol", "teamfight-tactics", "tft"]
categories = ["api-bindings"]

[dependencies]
cacache = { version = "11.6", optional = true, default-features = false, features = ["tokio-runtime"] }
cacache = { version = "11.7.1", optional = true, default-features = false, features = ["tokio-runtime", "mmap"] }
http-cache-reqwest = { version = "0.11", optional = true }
image = { version = "0.24", default-features = false, features = ["png"], optional = true }
reqwest = { version = "0.11", default-features = false, features = ["json"], optional = true }
Expand Down Expand Up @@ -41,9 +41,6 @@ debug = 0
[profile.release]
debug = 0

[patch.crates-io]
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b46" }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]