Skip to content

Commit e4db086

Browse files
authored
Merge pull request #172 from github/dependabot/cargo/tokio-1.44.0
Bump tokio from 1.43.0 to 1.44.0
2 parents 149f04f + e04b64f commit e4db086

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/twirp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ reqwest = { version = "0.12", default-features = false }
2929
serde = { version = "1.0", features = ["derive"] }
3030
serde_json = "1.0"
3131
thiserror = "2.0"
32-
tokio = { version = "1.43", default-features = false }
32+
tokio = { version = "1.44", default-features = false }
3333
tower = { version = "0.5", default-features = false }
3434
url = { version = "2.5" }

example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prost = "0.13"
1010
prost-wkt = "0.6"
1111
prost-wkt-types = "0.6"
1212
serde = { version = "1.0", features = ["derive"] }
13-
tokio = { version = "1.43", features = ["rt-multi-thread", "macros"] }
13+
tokio = { version = "1.44", features = ["rt-multi-thread", "macros"] }
1414

1515
[build-dependencies]
1616
twirp-build = { path = "../crates/twirp-build" }

0 commit comments

Comments
 (0)