Skip to content

Commit 1a819fa

Browse files
Bump tokio from 1.47.1 to 1.48.0 (#267)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20a6915 commit 1a819fa

File tree

3 files changed

+23
-82
lines changed

3 files changed

+23
-82
lines changed

Cargo.lock

Lines changed: 21 additions & 80 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
@@ -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.47", default-features = false }
32+
tokio = { version = "1.48", default-features = false }
3333
tower = { version = "0.5", default-features = false }
3434
url = { version = "2.5" }

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prost-wkt = "0.7"
1111
prost-wkt-types = "0.7"
1212
serde = { version = "1.0", features = ["derive"] }
1313
thiserror = "2.0"
14-
tokio = { version = "1.47", features = ["rt-multi-thread", "macros"] }
14+
tokio = { version = "1.48", features = ["rt-multi-thread", "macros"] }
1515
http = "1.3"
1616
http-body-util = "0.1"
1717

0 commit comments

Comments
 (0)