diff --git a/Cargo.lock b/Cargo.lock index 01cdafc..7e48e5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1390,9 +1390,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.0" +version = "1.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "d78819ab9e79e14aefb149593f15c07239d0cea924cb44e1259e1bec643619e6" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c6bd76b..84c16e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.17" pretty_env_logger = "0.5.0" serde = {version = "1.0.163", features = ["derive"]} serde_json = "1.0.96" -tokio = {version = "1.23.0", features = ["rt-multi-thread", "macros"] } +tokio = {version = "1.25.1", features = ["rt-multi-thread", "macros"] } async-trait = "0.1.48" [dependencies.serenity]