Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 8e29058

Browse files
chore(deps): update rust crate cached to 0.40 (#157)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cached](https://togithub.com/jaemk/cached) | dependencies | minor | `0.39` -> `0.40` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/stackablectl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9--> Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent c2af7ae commit 8e29058

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "OSL-3.0"
88
repository = "https://github.com/stackabletech/stackablectl"
99

1010
[dependencies]
11-
cached = "0.39"
11+
cached = { version = "0.40", features = ['async_tokio_rt_multi_thread'] }
1212
clap = { version = "4.0", features = ["derive", "cargo"] }
1313
clap_complete = "4.0"
1414
cli-table = "0.4"

0 commit comments

Comments
 (0)