From 95710c949a0aa267dd03c8983ad00f82ea2aee20 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Thu, 9 Jun 2022 15:57:40 +0200 Subject: [PATCH] Update Rust crate tokio to 1.19.2 (#1398) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `1.19.1` -> `1.19.2` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dev-dependencies | patch | `1.19.1` -> `1.19.2` | --- ### Release Notes
tokio-rs/tokio ### [`v1.19.2`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.19.2) [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.19.1...tokio-1.19.2) ##### 1.19.2 (June 6, 2022) This release fixes another bug in `Notified::enable`. ([#​4751]) [#​4751]: https://github.com/tokio-rs/tokio/pull/4751
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1398 Reviewed-by: crapStone Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- crates/config/Cargo.toml | 2 +- crates/load_save/Cargo.toml | 4 ++-- crates/logger/Cargo.toml | 2 +- crates/search/Cargo.toml | 2 +- crates/types/Cargo.toml | 2 +- frontend/src-tauri/Cargo.lock | 4 ++-- frontend/src-tauri/Cargo.toml | 2 +- webserver/Cargo.lock | 4 ++-- webserver/Cargo.toml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 2e05388f4..ac44aa874 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.17" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" thiserror = "1.0.31" -tokio = { version = "1.19.1", features = ["fs", "io-util"] } +tokio = { version = "1.19.2", features = ["fs", "io-util"] } toml = { version = "0.5.9", features = ["preserve_order"] } types = { path = "../types/" } diff --git a/crates/load_save/Cargo.toml b/crates/load_save/Cargo.toml index bd8042c2e..1442e91d9 100644 --- a/crates/load_save/Cargo.toml +++ b/crates/load_save/Cargo.toml @@ -23,12 +23,12 @@ regex = { version = "1.5.6", optional = true } serde = { version = "1.0.137", features = ["derive"] } serde_json = { version = "1.0.81", optional = true } thiserror = "1.0.31" -tokio = { version = "1.19.1", features = ["fs"], optional = true } +tokio = { version = "1.19.2", features = ["fs"], optional = true } types = { path = "../types/", features = ["lock"] } wkhtmltopdf = { version = "0.4.0", optional = true } [dev-dependencies] -tokio = { version = "1.19.1", features = ["rt", "macros"] } +tokio = { version = "1.19.2", features = ["rt", "macros"] } [features] beryllium = ["chrono", "quick-xml", "regex"] diff --git a/crates/logger/Cargo.toml b/crates/logger/Cargo.toml index a2e6a0821..b56b2b3d4 100644 --- a/crates/logger/Cargo.toml +++ b/crates/logger/Cargo.toml @@ -15,5 +15,5 @@ config = { path = "../config/" } fern = "0.6.1" log = "0.4.17" serde = { version = "1.0.137", features = ["derive"], optional = true } -tokio = "1.19.1" +tokio = "1.19.2" types = { path = "../types/" } diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index 7f26d319d..f68d706fb 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" structopt = { version = "0.3.26", optional = true } thiserror = "1.0.31" -tokio = { version = "1.19.1", default-features = false, optional = true } +tokio = { version = "1.19.2", default-features = false, optional = true } types = { path = "../types/", features = ["lock"] } [features] diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index 20ef6a7c6..46df987f2 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -14,7 +14,7 @@ cfg-if = { version = "1.0.0", optional = true } chrono = { version = "0.4.19", features = ["serde"] } log = "0.4.17" serde = { version = "1.0.137", features = ["derive"] } -tokio = { version = "1.19.1", features = ["sync"], default-features = false, optional = true } +tokio = { version = "1.19.2", features = ["sync"], default-features = false, optional = true } [features] lock = ["cfg-if"] diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index c643060a7..e99fd2d74 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -3632,9 +3632,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.19.1" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95eec79ea28c00a365f539f1961e9278fbcaf81c0ff6aaf0e93c181352446948" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes", "libc", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index f13ba0c0e..5ead96a48 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -24,7 +24,7 @@ logger = { path = "../../crates/logger/" } search = { path = "../../crates/search/" } serde_json = "1.0.81" tauri = { version = "1.0.0-rc.14", features = ["api-all"] } -tokio = { version = "1.19.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] } types = { path = "../../crates/types" } [features] diff --git a/webserver/Cargo.lock b/webserver/Cargo.lock index c5c97e336..c9f1ac4fd 100644 --- a/webserver/Cargo.lock +++ b/webserver/Cargo.lock @@ -1707,9 +1707,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.19.1" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95eec79ea28c00a365f539f1961e9278fbcaf81c0ff6aaf0e93c181352446948" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes", "libc", diff --git a/webserver/Cargo.toml b/webserver/Cargo.toml index 3c52cd581..06c401e75 100644 --- a/webserver/Cargo.toml +++ b/webserver/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4.17" logger = { path = "../crates/logger/" } search = { path = "../crates/search/" } serde = { version = "1.0.137", features = ["derive"] } -tokio = { version = "1.19.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] } types = { path = "../crates/types/" } uuid = { version = "1.1.1", features = ["serde", "v4"] } warp = "0.3.2"