diff options
| author | Yarden Shoham <git@yardenshoham.com> | 2023-05-11 15:52:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 14:52:56 +0200 |
| commit | 20c42286f88d861192f35d272a645d8ab6f15be8 (patch) | |
| tree | 402bb046d7e41496b410b7ee49b9103b0891dd35 /Cargo.toml | |
| parent | f1d0f745d362adb2e19a54693ed10d9020e987fa (diff) | |
chore(deps): bump tokio version to 1.28.1 (#19069)
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 f265d9c67..194cce09b 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.28.0", features = ["full"] } +tokio = { version = "1.28.1", features = ["full"] } tikv-jemallocator = "0.5.0" tikv-jemalloc-sys = "0.5.3" tokio-rustls = "0.23.3" |
