Skip to content

Commit

Permalink
Update dependency moka to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Sep 18, 2023
1 parent d9dd65c commit 571dafb
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 @@ -65,7 +65,7 @@ ipnetwork = "=0.20.0"
tikv-jemallocator = { version = "=0.5.4", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
lettre = { version = "=0.10.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
minijinja = "=1.0.8"
moka = { version = "=0.12.0-beta.3", features = ["future"] }
moka = { version = "=0.12.0", features = ["future"] }
oauth2 = { version = "=4.4.2", default-features = false, features = ["reqwest"] }
object_store = { version = "=0.7.0", features = ["aws"] }
once_cell = "=1.18.0"
Expand Down

0 comments on commit 571dafb

Please sign in to comment.