Skip to content

Commit

Permalink
Upgrade moka to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jan 12, 2022
1 parent 84b9a19 commit 85d97d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -18,7 +18,7 @@ dashmap = "5.0.0"
futures-util = "0.3"
headers = "0.3.4"
hyper = { version = "0.14.11", features = ["server"] }
moka = { version = "0.7.0", default-features = false, features = ["future"] }
moka = { version = "0.7.1", default-features = false, features = ["future"] }
openssl-probe = { version = "0.1.4", optional = true }
reqwest = { version = "0.11.7", default-features = false, features = ["json", "gzip"] }
serde = { version = "1.0.127", features = ["derive"] }
Expand Down

0 comments on commit 85d97d2

Please sign in to comment.