Bump tokio from 1.18.2 to 1.18.5 (#2)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
18d849a5a9
commit
8912b95f8b
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -872,16 +872,15 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.18.2"
|
||||
version = "1.18.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
|
||||
checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
"memchr",
|
||||
"mio",
|
||||
"num_cpus",
|
||||
"once_cell",
|
||||
"parking_lot",
|
||||
"pin-project-lite",
|
||||
"signal-hook-registry",
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
clap = "3.1.18"
|
||||
regex = "1.5.6"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
tokio = { version = "1.18.2", features = ["full"] }
|
||||
tokio = { version = "1.18.5", features = ["full"] }
|
||||
serde_json = "1.0"
|
||||
futures = "0.3"
|
||||
colored = "2.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user