Skip to content

Commit 5b029ab

Browse files
chore(deps): bump moka from 0.12.7 to 0.12.8
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]>
1 parent 797f76b commit 5b029ab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/manas_authentication/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ futures = { version = "0.3.30", optional = true }
3333
tower = { version = "0.4.13", optional = true }
3434

3535
# feature: solid-oidc
36-
moka = { version = "0.12.7", optional = true, default-features = false, features = [
36+
moka = { version = "0.12.8", optional = true, default-features = false, features = [
3737
"future",
3838
] }
3939
rdf_vocabularies = { version = "0.2.0", features = [

crates/manas_podverse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tracing = { version = "0.1.40", features = ["attributes"] }
3030

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

3636

0 commit comments

Comments
 (0)