mirror of
https://github.com/rjNemo/tokio-chat-server
synced 2026-06-06 01:26:40 +00:00
Merge pull request #2 from rjNemo/dependabot/cargo/tokio-1.18.5
Bump tokio from 1.18.4 to 1.18.5
This commit is contained in:
commit
27a4b81485
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -195,9 +195,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.18.4"
|
||||
version = "1.18.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8bfb875c82dc0a4f1f37a30e720dee181a2b3a06a428b0fc6873ea38d6407850"
|
||||
checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
|
|
|
|||
Loading…
Reference in a new issue