diff --git a/Cargo.lock b/Cargo.lock index 65ee8e9..3df5c08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1208,16 +1208,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", "pin-project-lite", "socket2", "tokio-macros", diff --git a/apps/discord-cat/Cargo.toml b/apps/discord-cat/Cargo.toml index eca97b4..7509023 100644 --- a/apps/discord-cat/Cargo.toml +++ b/apps/discord-cat/Cargo.toml @@ -12,7 +12,7 @@ reqwest = { version = "0.11.10", features = ["json"] } log = { version = "0.4.16", features = ["release_max_level_info"] } env_logger = "0.9.0" kankyo = "0.3.0" -tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.18.5", features = ["macros", "rt-multi-thread"] } futures = "0.3.21" serde = { version = "1.0.136", features = ["derive"] }