Skip to content

Commit

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

---
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 Sep 18, 2023
1 parent 4dadb7c commit ca9d010
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 99 deletions.
99 changes: 3 additions & 96 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 src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ itertools = "0.11"
jni = { version = "0.21.1", features = ["invocation"] }
jsonschema-transpiler = { git = "https://github.com/mozilla/jsonschema-transpiler", rev = "c1a89d720d118843d8bcca51084deb0ed223e4b4" }
maplit = "1.0.2"
moka = { version = "0.11", features = ["future"] }
moka = { version = "0.12", features = ["future"] }
mysql_async = { version = "0.32", default-features = false, features = [
"default",
] }
Expand Down
2 changes: 1 addition & 1 deletion src/rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tracing = "0.1"
url = "2.4.1"

[target.'cfg(not(madsim))'.dependencies]
moka = { version = "0.11", features = ["future"] }
moka = { version = "0.12", features = ["future"] }
workspace-hack = { path = "../workspace-hack" }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ workspace-hack = { path = "../workspace-hack" }

[dev-dependencies]
criterion = { workspace = true, features = ["async_futures"] }
moka = { version = "0.11", features = ["future"] }
moka = { version = "0.12", features = ["future"] }
risingwave_test_runner = { workspace = true }
uuid = { version = "1", features = ["v4"] }

Expand Down

0 comments on commit ca9d010

Please sign in to comment.