diff options
| author | Jun Jiang <jasl9187@hotmail.com> | 2023-01-06 23:37:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-06 16:37:23 +0100 |
| commit | f26700862a2b35fb18a7cfec8dea8f81f665a75c (patch) | |
| tree | 9ad43658900b37019c84e6e2b8c11137d514e794 /Cargo.toml | |
| parent | 3e72241fda0433b3b335bf391765dc732432b05f (diff) | |
chore: upgrade tokio to 1.24.0 (#17271)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index ba94fe8f3..ee0d7e10b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ sha2 = "0.10.2" smallvec = "1.8" socket2 = "0.4.7" tar = "=0.4.38" -tokio = { version = "=1.21.1", features = ["full"] } +tokio = { version = "=1.24.0", features = ["full"] } tokio-rustls = "0.23.3" tokio-tungstenite = "0.16.1" tokio-util = "=0.7.4" |
