Browse Source
Merge pull request #9 from KaranGauswami/dependabot/cargo/tokio-1.20.4
Bump tokio from 1.20.3 to 1.20.4
pull/10/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
2 additions and
2 deletions
-
Cargo.lock
|
|
@ -851,9 +851,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "1.20.3" |
|
|
|
version = "1.20.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283" |
|
|
|
checksum = "eb78f30e4b41e98ca4cce5acb51168a033839a7af9e42b380355808e14e98ee0" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"bytes", |
|
|
|