diff --git a/Cargo.lock b/Cargo.lock index a035609..9a7304e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a8803e6..1332c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"