diff --git a/Cargo.lock b/Cargo.lock index e302e50..d7f88da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1570,16 +1570,15 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.1" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" +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 6611585..d808406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ reqwest = { version = "0.11.10", features = ["json"] } serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" tera = "1.15.0" -tokio = { version = "1.18.1", features = ["full"] } +tokio = { version = "1.18.5", features = ["full"] } toml = "0.5.9" tracing = "0.1.34" tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }