diff options
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" |