Skip to content

Commit

Permalink
Merge pull request #1471 from andyleiserson/update-tokio
Browse files Browse the repository at this point in the history
Update tokio version
  • Loading branch information
andyleiserson authored Dec 4, 2024
2 parents cf7efd4 + f49cb5a commit 29f258e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ shuttle-crate = { package = "shuttle", version = "0.6.1", optional = true }
subtle = "2.6"
thiserror = "1.0"
time = { version = "0.3", optional = true }
tokio = { version = "1.35", features = ["fs", "rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.42", features = ["fs", "rt", "rt-multi-thread", "macros"] }
tokio-rustls = { version = "0.26", optional = true }
tokio-stream = "0.1.14"
toml = { version = "0.8", optional = true }
Expand Down

0 comments on commit 29f258e

Please sign in to comment.