summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-02-17 00:34:12 +0100
committerGitHub <noreply@github.com>2023-02-17 00:34:12 +0100
commite0074b5afdbdebe64417cbada7c00f9cff85e56e (patch)
treea3d96d9fea8592bb4c4ac5121f21366d7a59da42 /Cargo.toml
parentf82e91786020adc2f97df52f47f458acdabe22ef (diff)
chore: upgrade tokio to 1.25.0 (#17590)
Upgrades "tokio" dependency to version 1.25.0.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20699ef74..72f093614 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -112,7 +112,7 @@ sha2 = { version = "0.10.6", features = ["oid"] }
smallvec = "1.8"
socket2 = "0.4.7"
tar = "=0.4.38"
-tokio = { version = "=1.24.2", features = ["full"] }
+tokio = { version = "=1.25.0", features = ["full"] }
tokio-rustls = "0.23.3"
tokio-tungstenite = "0.16.1"
tokio-util = "=0.7.4"