Skip to content

Commit 30757b1

Browse files
committed
Update Rust crate tokio to 1.16.1 (#399)
[![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.15.0` -> `1.16.1` | --- ### 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/zookeeper-operator).
1 parent 0dd8be6 commit 30757b1

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
@@ -17,7 +17,7 @@ serde_yaml = "0.8.23"
1717
snafu = "0.7.0"
1818
strum = "0.23.0"
1919
strum_macros = "0.23.1"
20-
tokio = { version = "1.15.0", features = ["full"] }
20+
tokio = { version = "1.16.1", features = ["full"] }
2121
tokio01 = { version = "0.1.22", package = "tokio" }
2222
tokio-executor = "0.1.10"
2323
tokio-zookeeper = "0.1.3"

0 commit comments

Comments
 (0)