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

Commit beccd27

Browse files
committed
chore(deps): update rust crate cached to 0.37 (#57)
[![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.36` -> `0.37` | --- ### Release Notes <details> <summary>jaemk/cached</summary> ### [`v0.37.0`](https://togithub.com/jaemk/cached/blob/HEAD/CHANGELOG.md#&#8203;0370--cachedprocmacro-0140) #### \[0.37.0] / \[cached_proc_macro\[0.14.0]] </details> --- ### 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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
1 parent 77f6881 commit beccd27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.36"
11+
cached = "0.37"
1212
clap = { version = "3.2", features = ["derive", "cargo"] }
1313
env_logger = "0.9"
1414
indexmap = { version = "1.9", features = ["serde"] }

0 commit comments

Comments
 (0)