Skip to content

Commit

Permalink
Merge pull request #116 from github/dependabot/cargo/tokio-1.41.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.40.0 to 1.41.0
  • Loading branch information
dcreager authored Oct 23, 2024
2 parents 486d1f5 + 7b2e432 commit b0d6020
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/twirp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ reqwest = { version = "0.12", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.40", default-features = false }
tokio = { version = "1.41", default-features = false }
tower = { version = "0.5", default-features = false }
url = { version = "2.5" }
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ prost = "0.13"
prost-wkt = "0.6"
prost-wkt-types = "0.6"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.41", features = ["rt-multi-thread", "macros"] }

[build-dependencies]
twirp-build = { path = "../crates/twirp-build" }
Expand Down

0 comments on commit b0d6020

Please sign in to comment.