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

Commit ac32b7b

Browse files
committed
chore(deps): update rust crate which to 4.4 (#220)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [which](https://togithub.com/harryfei/which-rs) | dependencies | minor | `4.3` -> `4.4` | --- ### Release Notes <details> <summary>harryfei/which-rs</summary> ### [`v4.4.0`](https://togithub.com/harryfei/which-rs/compare/4.3.0...4.4.0) [Compare Source](https://togithub.com/harryfei/which-rs/compare/4.3.0...4.4.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "" 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, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=-->
1 parent 9f19358 commit ac32b7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -19,7 +19,7 @@ kube = { version = "0.78", default-features = false, features = ["client", "open
1919
lazy_static = "1.4"
2020
log = "0.4"
2121
openssl = { version = "0.10.42", features = ["vendored"] } # Must match version from kube
22-
which = "4.3"
22+
which = "4.4"
2323
semver = "1.0"
2424
serde = { version = "1.0", features = ["derive"]}
2525
serde_json = "1.0"

0 commit comments

Comments
 (0)