Skip to content

Commit

Permalink
build(deps): bump moka from 0.10.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.10.2 to 0.11.3.
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.10.2...v0.11.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent eb20984 commit eac02c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ anyhow = "1.0"
semver = "1.0"
humantime = "2.1.0"
regex = "1.7.1"
moka = "0.10.0"
moka = "0.11.3"
uuid = { version = "1.2.1", features = ["v4"] }
bs58 = "0.4.0"
digest = "0.10.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ opentelemetry = { version = "0.18.0", features = ["metrics"] }
opentelemetry-prometheus = "0.11.0"
prometheus = "0.13.2"
rouille = "3.6.1"
moka = "0.10.0"
moka = "0.11.3"
dashmap = "5.4.0"
serde_json = "1.0.94"
serde = "1.0.149"
Expand Down

0 comments on commit eac02c9

Please sign in to comment.