Skip to content

Commit e04b64f

Browse files
Bump tokio from 1.43.0 to 1.44.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c457cf3 commit e04b64f

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)