diff options
| author | Satya Rohith <me@satyarohith.com> | 2023-05-09 20:13:29 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-09 20:13:29 +0530 |
| commit | 3e1cc5dbf59618f22218ba7698922adbb26f16ec (patch) | |
| tree | a89fa7151f86fc8184dbc2f5ebd260a9d7c583ba /Cargo.toml | |
| parent | f34fcd16ea4d504c8a87c0873c65598d70bb1d07 (diff) | |
chore: upgrade tokio to 1.28 (#19053)
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 4ffac7e79..f265d9c67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ socket2 = "0.4.7" tar = "=0.4.38" tempfile = "3.4.0" thiserror = "=1.0.38" -tokio = { version = "1.25.0", features = ["full"] } +tokio = { version = "1.28.0", features = ["full"] } tikv-jemallocator = "0.5.0" tikv-jemalloc-sys = "0.5.3" tokio-rustls = "0.23.3" |
