We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e305336 commit 0bdd0baCopy full SHA for 0bdd0ba
hyperactor/Cargo.toml
@@ -54,7 +54,7 @@ serde_yaml = "0.9.25"
54
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
55
thiserror = "2.0.12"
56
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
57
-tokio-rustls = { git = "https://github.com/shayne-fletcher/tokio-rustls", rev = "62b6a48e4c14a05c193508b9d98a0be6b0cb4baa", features = ["dangerous_configuration"] }
+tokio-rustls = "0.26.2"
58
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
59
tokio-util = { version = "0.7.15", features = ["full"] }
60
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
0 commit comments