Skip to content

Commit 1fd04f1

Browse files
committed
Update Rust crate tokio to 1.17.0 (#111)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://crates.io/crates/tokio) | dependencies | minor | `1.16.1` -> `1.17.0` | --- ### Configuration 📅 **Schedule**: "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin. 🚦 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/secret-operator).
1 parent 9a82a29 commit 1fd04f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ socket2 = { version = "0.4.4", features = ["all"] }
2525
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.10.0" }
2626
sys-mount = { version = "1.3.0", default-features = false }
2727
time = "0.3.7"
28-
tokio = { version = "1.16.1", features = ["full"] }
28+
tokio = { version = "1.17.0", features = ["full"] }
2929
tokio-stream = { version = "0.1.8", features = ["net"] }
3030
tonic = "0.6.2"
3131
tonic-reflection = "0.3.0"

0 commit comments

Comments
 (0)