Skip to content

Commit beefcd2

Browse files
committed
Bump tokio to 1.41
1 parent 437fe5b commit beefcd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ hyper-util = { version = "0.1.12", features = ["http1", "client", "client-legacy
122122
h2 = { version = "0.4", optional = true }
123123
log = "0.4.17"
124124
percent-encoding = "2.3"
125-
tokio = { version = "1.0", default-features = false, features = ["net", "time"] }
125+
tokio = { version = "1.41", default-features = false, features = ["net", "time"] }
126126
tower = { version = "0.5.2", default-features = false, features = ["retry", "timeout", "util"] }
127127
tower-service = "0.3"
128128
tower-http = { version = "0.6.8", default-features = false, features = ["follow-redirect"] }

0 commit comments

Comments
 (0)