Skip to content

Commit

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

---
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 Aug 1, 2024
1 parent 797f76b commit 5b029ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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/manas_authentication/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ futures = { version = "0.3.30", optional = true }
tower = { version = "0.4.13", optional = true }

# feature: solid-oidc
moka = { version = "0.12.7", optional = true, default-features = false, features = [
moka = { version = "0.12.8", optional = true, default-features = false, features = [
"future",
] }
rdf_vocabularies = { version = "0.2.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/manas_podverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tracing = { version = "0.1.40", features = ["attributes"] }

# feature: impl-podset-templated
dashmap = { version = "6.0.1", optional = true }
moka = { version = "0.12.7", features = ["future"], optional = true }
moka = { version = "0.12.8", features = ["future"], optional = true }
http = "1.1.0"


Expand Down

0 comments on commit 5b029ab

Please sign in to comment.