Skip to content

Commit f021035

Browse files
Bump tokio from 1.44.2 to 1.45.0 (#196)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36cf498 commit f021035

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

crates/twirp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ reqwest = { version = "0.12", default-features = false }
2828
serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0"
3030
thiserror = "2.0"
31-
tokio = { version = "1.44", default-features = false }
31+
tokio = { version = "1.45", default-features = false }
3232
tower = { version = "0.5", default-features = false }
3333
url = { version = "2.5" }

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.44", features = ["rt-multi-thread", "macros"] }
13+
tokio = { version = "1.45", features = ["rt-multi-thread", "macros"] }
1414

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

0 commit comments

Comments
 (0)