Skip to content

Commit

Permalink
build(deps): bump moka from 0.11.2 to 0.11.3
Browse files Browse the repository at this point in the history
Bumps [moka](https://github.com/moka-rs/moka) from 0.11.2 to 0.11.3.
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.11.2...v0.11.3)

---
updated-dependencies:
- dependency-name: moka
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2023
1 parent 32bc2eb commit e693f99
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 @@ -20,7 +20,7 @@ dirs = "5.0.1"
futures-util = "0.3"
headers = "0.3.6"
hyper = { version = "0.14.27", features = ["server", "http2"] }
moka = { version = "0.11.2", default-features = false, features = ["future"] }
moka = { version = "0.11.3", default-features = false, features = ["future"] }
openssl-probe = { version = "0.1.4", optional = true }
path-slash = "0.2.0"
reqwest = { version = "0.11.17", default-features = false, features = ["json", "gzip", "cookies", "socks"] }
Expand Down

0 comments on commit e693f99

Please sign in to comment.