Skip to content

Commit 771e702

Browse files
chore(deps): bump tokio from 1.21.1 to 1.21.2 (#248)
1 parent 1e543f6 commit 771e702

10 files changed

Lines changed: 12 additions & 13 deletions

File tree

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.

engine-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish = false
1212
[dependencies]
1313
futures = "0.3.24"
1414
mimalloc = "0.1.29"
15-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
15+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
1616
unm_api_utils = { version = "0.3.0", path = "../api-utils" }
1717
unm_test_utils = { version = "0.1.0", path = "../test-utils" }
1818
unm_types = { version = "0.3.0", path = "../types" }

engines/bilibili/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ unm_types = { version = "0.3.0", path = "../../types" }
2121
url = "2.3.1"
2222

2323
[dev-dependencies]
24-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
24+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
2525
unm_test_utils = { path = "../../test-utils" }

engines/joox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ unm_selector = { version = "0.3.0", path = "../../selector" }
2424
unm_types = { version = "0.3.0", path = "../../types" }
2525

2626
[dev-dependencies]
27-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
27+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
2828
unm_test_utils = { path = "../../test-utils" }

engines/kugou/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ unm_selector = { version = "0.3.0", path = "../../selector" }
2424
unm_types = { version = "0.3.0", path = "../../types" }
2525

2626
[dev-dependencies]
27-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
27+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
2828
unm_test_utils = { path = "../../test-utils" }

engines/kuwo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ unm_selector = { version = "0.3.0", path = "../../selector" }
2424
unm_types = { version = "0.3.0", path = "../../types" }
2525

2626
[dev-dependencies]
27-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
27+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
2828
unm_test_utils = { path = "../../test-utils" }

engines/migu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ url = "2.3.1"
2323

2424
[dev-dependencies]
2525
reqwest = { version = "0.11.12", features = ["native-tls-vendored"] }
26-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
26+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
2727
unm_test_utils = { path = "../../test-utils" }

engines/qq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ unm_types = { version = "0.3.0", path = "../../types" }
3030
url = "2.3.1"
3131

3232
[dev-dependencies]
33-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
33+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
3434
unm_test_utils = { path = "../../test-utils" }
3535

3636
[features]

engines/ytdl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ concat-string = "1.0.1"
1515
log = "0.4.17"
1616
serde = { version = "1.0.145", features = ["derive"] }
1717
serde_json = "1.0.85"
18-
tokio = { version = "1.21.1", features = ["process"] }
18+
tokio = { version = "1.21.2", features = ["process"] }
1919
unm_engine = { version = "0.3.0", path = "../../engine-base" }
2020
unm_types = { version = "0.3.0", path = "../../types" }
2121
winapi = "0.3.9"
2222

2323
[dev-dependencies]
24-
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
24+
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
2525
unm_test_utils = { path = "../../test-utils" }

rest-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ reqwest = { version = "0.11.12", features = ["native-tls-vendored", "gzip", "def
2020
serde = { version = "1.0.145", features = ["derive"] }
2121
serde_json = "1.0.85"
2222
thiserror = "1.0.35"
23-
tokio = { version = "1.21.1", features = ["full"] }
23+
tokio = { version = "1.21.2", features = ["full"] }
2424
toml = "0.5.9"
2525
tower = { version = "0.4.13", features = ["buffer", "limit", "load-shed"] }
2626
tower-http = { version = "0.3.4", features = ["cors"] }

0 commit comments

Comments
 (0)