Skip to content

Commit

Permalink
build(deps): update moka requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [moka](https://github.com/moka-rs/moka) to permit the latest version.
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: moka
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 78d1fd1 commit 5372d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kvarn_signal = { path = "signal", version = "0.1", optional = true }
tokio = { version = "1, >=1.23.1", features = ["rt", "io-util", "fs", "sync", "parking_lot", "time", "macros"] }
tokio-uring = { git = "https://github.com/Icelk/tokio-uring", branch = "recvmsg-msg_control", features = ["bytes"], optional = true }

moka = { version = "0.11", features = ["sync"], default-features = false }
moka = { version = "0.12", features = ["sync"], default-features = false }
dashmap = "5"

# HTTPS
Expand Down

0 comments on commit 5372d8c

Please sign in to comment.