Skip to content

Commit

Permalink
Bump moka from 0.12.8 to 0.12.9
Browse files Browse the repository at this point in the history
Bumps [moka](https://github.com/moka-rs/moka) from 0.12.8 to 0.12.9.
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.12.8...v0.12.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent c04acf6 commit 8af5ac4
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 16 deletions.
99 changes: 84 additions & 15 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ flume = "0.11.1"
futures = "0.3.31"
iggy = { path = "../sdk" }
jsonwebtoken = "9.3.0"
moka = { version = "0.12.8", features = ["future"] }
moka = { version = "0.12.9", features = ["future"] }
openssl = { version = "0.10.68", features = ["vendored"] }
opentelemetry = { version = "0.27.1", features = ["trace", "logs"] }
opentelemetry-appender-tracing = { version = "0.27.0", features = ["log"] }
Expand Down

0 comments on commit 8af5ac4

Please sign in to comment.