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