-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump moka from 0.11.3 to 0.12.0 #12403
Conversation
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]>
Signed-off-by: Bugen Zhao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried to
@@ -84,12 +79,7 @@ pub trait RpcClient: Send + Sync + 'static + Clone { | |||
pub struct RpcClientPool<S> { | |||
connection_pool_size: u16, | |||
|
|||
#[cfg(not(madsim))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried to enable Moka cache under madsim
according to the change log. cc @wangrunji0408
No more background threads: All cache types future::Cache, sync::Cache, and sync::SegmentedCache no longer spawn background threads.
The scheduled-thread-pool crate was removed from the dependency.
Because of this change, many private methods and some public methods under the future module were converted to async methods. You may need to add .await to your code for those methods.
Codecov Report
@@ Coverage Diff @@
## main #12403 +/- ##
==========================================
- Coverage 69.76% 69.76% -0.01%
==========================================
Files 1424 1424
Lines 236247 236244 -3
==========================================
- Hits 164826 164819 -7
- Misses 71421 71425 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Bumps moka from 0.11.3 to 0.12.0.
Changelog
Sourced from moka's changelog.
Commits
0b160cd
Merge pull request #326 from moka-rs/prepare-v0.12.042149b0
Removeinvalidator_enabled
field fromsync::base_cache::Inner
6dce691
Update the README and CHANGELOG13bc37f
Bump the version to v0.12.0dccc75b
Merge pull request #325 from peter-scholtens/patch-15428903
typo in weblink51e099c
Merge pull request #324 from moka-rs/get-timestamp-after-locking650be41
Update the change log70880ed
Update the doc forExpiry
trait for clarityffb71de
Fix an issue that the last modified time might be get a little too earlyYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions