Skip to content

Commit

Permalink
use exact tokio version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Aug 13, 2024
1 parent 22c341e commit 5020359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-rustls-platform-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reqwest = { version = "0.12.5", features = [
"rustls-tls-manual-roots",
], default-features = false }
rustls-platform-verifier = "0.3.3"
tokio = { version = "1.39.2", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }

[lints]
workspace = true

0 comments on commit 5020359

Please sign in to comment.