Skip to content

Commit

Permalink
Upgrade tokio to allow Miri
Browse files Browse the repository at this point in the history
We need this fix: tokio-rs/tokio#6179
  • Loading branch information
akoshelev committed Jan 19, 2024
1 parent 1279278 commit a19c716
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 @@ -136,7 +136,7 @@ sha2 = "0.10"
shuttle-crate = { package = "shuttle", version = "0.6.1", optional = true }
thiserror = "1.0"
time = { version = "0.3", optional = true }
tokio = { version = "1.28", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.35", features = ["rt", "rt-multi-thread", "macros"] }
# TODO: axum-server holds onto 0.24 and we can't upgrade until they do. Or we move away from axum-server
tokio-rustls = { version = "0.24", optional = true }
tokio-stream = "0.1.14"
Expand Down

0 comments on commit a19c716

Please sign in to comment.