Skip to content

Commit 1c2f03c

Browse files
build(deps): bump tokio from 1.44.1 to 1.44.2 (#175)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60c8084 commit 1c2f03c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

actix-web-lab-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ actix-test = "0.1"
2929
actix-web = "4"
3030
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
3131
rustversion = "1"
32-
tokio = { version = "1.44.1", features = ["macros"] }
32+
tokio = { version = "1.44.2", features = ["macros"] }
3333
trybuild = "1"
3434

3535
[lints]

actix-web-lab/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ serde = "1"
7373
serde_html_form = "0.2"
7474
serde_json = "1"
7575
serde_path_to_error = "0.1"
76-
tokio = { version = "1.44.1", features = ["sync", "macros"] }
76+
tokio = { version = "1.44.2", features = ["sync", "macros"] }
7777
tokio-stream = "0.1.17"
7878
tracing = { version = "0.1.41", features = ["log"] }
7979
url = "2.1"
@@ -108,7 +108,7 @@ serde = { version = "1", features = ["derive"] }
108108
sha2 = "0.10"
109109
static_assertions = "1.1"
110110
time = { version = "0.3", features = ["formatting"] }
111-
tokio = { version = "1.44.1", features = ["full"] }
111+
tokio = { version = "1.44.2", features = ["full"] }
112112
tokio-util = { version = "0.7", features = ["compat"] }
113113

114114
[[example]]

russe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ divan = "0.1"
3636
eyre = "0.6"
3737
futures-test = "0.3"
3838
indoc = "2"
39-
tokio = { version = "1.44.1", features = ["macros", "rt"] }
39+
tokio = { version = "1.44.2", features = ["macros", "rt"] }
4040
tokio-stream = "0.1"
4141
tokio-test = "0.4"
4242
tokio-util = { version = "0.7", features = ["codec", "io", "rt"] }

0 commit comments

Comments
 (0)