Browse Source
Merge pull request #8 from KaranGauswami/dependabot/cargo/tokio-1.20.3
Bump tokio from 1.19.2 to 1.20.3
pull/9/head
Karan Gauswami
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
Cargo.lock
|
|
@ -851,16 +851,16 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "1.19.2" |
|
|
|
version = "1.20.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" |
|
|
|
checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"bytes", |
|
|
|
"libc", |
|
|
|
"memchr", |
|
|
|
"mio", |
|
|
|
"num_cpus", |
|
|
|
"once_cell", |
|
|
|
"pin-project-lite", |
|
|
|
"socket2", |
|
|
|
"tokio-macros", |
|
|
|