summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2023-01-06 14:23:59 -0800
committerGitHub <noreply@github.com>2023-01-06 14:23:59 -0800
commit8dcc5a4c15bf61f5e9eb6a79fbaa4ed21736cfaa (patch)
treef7bd909bcb9a2b373ce7bb3002266ccefa98188d
parent42169b2fb07d799b55918383fba3e9a1bb06b1f6 (diff)
parente895f4754087e7e08b8df211331536f049545620 (diff)
Merge pull request #26 from samtay/dependabot/cargo/tokio-1.20.3
Bump tokio from 1.20.1 to 1.20.3
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1087a97..9d87284 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2254,9 +2254,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
-version = "1.20.1"
+version = "1.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
+checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283"
dependencies = [
"autocfg",
"bytes",
@@ -2264,7 +2264,6 @@ dependencies = [
"memchr",
"mio",
"num_cpus",
- "once_cell",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",