Skip to content

Commit

Permalink
fix: unpin tokio version (#26457)
Browse files Browse the repository at this point in the history
Fixes #26455

Signed-off-by: Ronny Chan <[email protected]>
  • Loading branch information
RonnyChan-okta authored and bartlomieju committed Oct 25, 2024
1 parent a44b256 commit 7c084f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ tar = "=0.4.40"
tempfile = "3.4.0"
termcolor = "1.1.3"
thiserror = "1.0.61"
tokio = { version = "=1.36.0", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-metrics = { version = "0.3.0", features = ["rt"] }
tokio-rustls = { version = "0.26.0", default-features = false, features = ["ring", "tls12"] }
tokio-socks = "0.5.1"
Expand Down

0 comments on commit 7c084f3

Please sign in to comment.