Skip to content

Commit 07af3f7

Browse files
chore(deps): bump tokio from 1.45.1 to 1.46.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.46.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 947029d commit 07af3f7

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

Cargo.lock

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

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ url2 = "0.0.6"
4343

4444
[dependencies.tokio]
4545
features = ["rt-multi-thread", "net", "fs", "macros", "io-util"]
46-
version = "1.45.1"
46+
version = "1.46.0"
4747

4848
[dependencies.tokio-util]
4949
features = ["net", "codec", "io"]

devtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ quote = "1.0.40"
2929

3030
[dependencies.tokio]
3131
features = ["rt-multi-thread", "net", "fs", "macros", "io-util"]
32-
version = "1.45.1"
32+
version = "1.46.0"
3333

3434
[dependencies.tokio-util]
3535
features = ["net", "codec", "io"]

minidsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ version = "2.6.3"
5858

5959
[dependencies.tokio]
6060
features = ["rt-multi-thread", "net", "fs", "macros", "io-util"]
61-
version = "1.45.1"
61+
version = "1.46.0"
6262

6363
[dependencies.tokio-util]
6464
features = ["net", "codec", "io"]

0 commit comments

Comments
 (0)