Skip to content

Commit

Permalink
Update tokio version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Dec 4, 2024
1 parent cf7efd4 commit f49cb5a
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 f49cb5a

Please sign in to comment.