Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 4cb8bc5

Browse files
Calciumdibromid Botcabr2-bot
authored andcommitted
Update Rust crate tokio to 1.21.2 (#1566)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `1.21.1` -> `1.21.2` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dev-dependencies | patch | `1.21.1` -> `1.21.2` | --- ### Release Notes <details> <summary>tokio-rs/tokio</summary> ### [`v1.21.2`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.21.2) [Compare Source](tokio-rs/tokio@tokio-1.21.1...tokio-1.21.2) ##### 1.21.2 (September 27, 2022) This release removes the dependency on the `once_cell` crate to restore the MSRV of 1.21.x, which is the latest minor version at the time of release. ([#&#8203;5048]) [#&#8203;5048]: tokio-rs/tokio#5048 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDQuNSIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4wIn0=--> Co-authored-by: cabr2-bot <cabr2.help@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1566 Reviewed-by: crapStone <crapstone@noreply.codeberg.org> Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org> Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
1 parent 9fb3877 commit 4cb8bc5

File tree

9 files changed

+12
-14
lines changed

9 files changed

+12
-14
lines changed

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log = "0.4.17"
1717
serde = { version = "1.0.145", features = ["derive"] }
1818
serde_json = "1.0.85"
1919
thiserror = "1.0.35"
20-
tokio = { version = "1.21.1", features = ["fs", "io-util"] }
20+
tokio = { version = "1.21.2", features = ["fs", "io-util"] }
2121
toml = { version = "0.5.9", features = ["preserve_order"] }
2222
types = { path = "../types/" }
2323

crates/load_save/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ regex = { version = "1.6.0", optional = true }
2323
serde = { version = "1.0.145", features = ["derive"] }
2424
serde_json = { version = "1.0.85", optional = true }
2525
thiserror = "1.0.35"
26-
tokio = { version = "1.21.1", features = ["fs"], optional = true }
26+
tokio = { version = "1.21.2", features = ["fs"], optional = true }
2727
types = { path = "../types/", features = ["lock"] }
2828
wkhtmltopdf = { version = "0.4.0", optional = true }
2929

3030
[dev-dependencies]
31-
tokio = { version = "1.21.1", features = ["rt", "macros"] }
31+
tokio = { version = "1.21.2", features = ["rt", "macros"] }
3232

3333
[features]
3434
beryllium = ["chrono", "quick-xml", "regex"]

crates/logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ config = { path = "../config/" }
1515
fern = "0.6.1"
1616
log = "0.4.17"
1717
serde = { version = "1.0.145", features = ["derive"], optional = true }
18-
tokio = "1.21.1"
18+
tokio = "1.21.2"
1919
types = { path = "../types/" }

crates/search/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "1.0.145", features = ["derive"] }
2525
serde_json = "1.0.85"
2626
structopt = { version = "0.3.26", optional = true }
2727
thiserror = "1.0.35"
28-
tokio = { version = "1.21.1", default-features = false, optional = true }
28+
tokio = { version = "1.21.2", default-features = false, optional = true }
2929
types = { path = "../types/", features = ["lock"] }
3030

3131
[features]

crates/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cfg-if = { version = "1.0.0", optional = true }
1414
chrono = { version = "0.4.22", features = ["serde"] }
1515
log = "0.4.17"
1616
serde = { version = "1.0.145", features = ["derive"] }
17-
tokio = { version = "1.21.1", features = ["sync"], default-features = false, optional = true }
17+
tokio = { version = "1.21.2", features = ["sync"], default-features = false, optional = true }
1818

1919
[features]
2020
lock = ["cfg-if"]

frontend/src-tauri/Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ logger = { path = "../../crates/logger/" }
2424
search = { path = "../../crates/search/" }
2525
serde_json = "1.0.85"
2626
tauri = { version = "1.1.1", features = ["api-all"] }
27-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
27+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
2828
types = { path = "../../crates/types" }
2929

3030
[features]

webserver/Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webserver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.17"
1919
logger = { path = "../crates/logger/" }
2020
search = { path = "../crates/search/" }
2121
serde = { version = "1.0.145", features = ["derive"] }
22-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
22+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
2323
types = { path = "../crates/types/" }
2424
uuid = { version = "1.1.2", features = ["serde", "v4"] }
2525
warp = "0.3.2"

0 commit comments

Comments
 (0)