Skip to content

Commit 0bdd0ba

Browse files
: rust: rusttls/tokio-rustls 0.26.2 migration path
Differential Revision: D79044665
1 parent e305336 commit 0bdd0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperactor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ serde_yaml = "0.9.25"
5454
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
5555
thiserror = "2.0.12"
5656
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"] }
57+
tokio-rustls = "0.26.2"
5858
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
5959
tokio-util = { version = "0.7.15", features = ["full"] }
6060
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

0 commit comments

Comments
 (0)