Skip to content

Commit 3e18bc3

Browse files
Bump tokio from 1.42.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c0dc5b commit 3e18bc3

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ reqlang = { path = "../reqlang" }
99
[dev-dependencies]
1010
pretty_assertions = "1.1.0"
1111
rstest = "0.19.0"
12-
tokio = { version = "1.17.0", features = ["macros"] }
12+
tokio = { version = "1.43.1", features = ["macros"] }

reqlang-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Kylee Tilley <kyleetilley@gmail.com>"]
1111
[dependencies]
1212
tower-lsp = { version = "0.19.0" }
1313
anyhow = "1.0.52"
14-
tokio = { version = "1.17.0", features = ["full"] }
14+
tokio = { version = "1.43.1", features = ["full"] }
1515
reqlang = { path = "../reqlang" }
1616
serde = { version = "1" }
1717
serde_json = "1.0"

reqlang-web-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
axum = "0.8.0"
8-
tokio = { version = "1.0", features = ["full"] }
8+
tokio = { version = "1.43", features = ["full"] }
99
tower = { version = "0.5.2", features = ["util"] }
1010
tower-http = { version = "0.6.1", features = ["fs", "trace"] }
1111
tracing = "0.1"

reqlang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ regex = "1.10.3"
1515
syn = "2.0"
1616
quote = "1.0"
1717
reqwest = { version = "0.12", features = ["json"] }
18-
tokio = { version = "1.17.0", features = ["macros"] }
18+
tokio = { version = "1.43.1", features = ["macros"] }
1919
similar = { version = "2.7.0" }
2020
console = "0.15.10"
2121
ts-rs = "10.0"

0 commit comments

Comments
 (0)