diff --git a/Cargo.lock b/Cargo.lock index 1bef406..03e1d24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2190,9 +2190,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ede679c..91c9b4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ chrono-tz = "0.10.0" reqwest = { version = "0.12.5", features = ["json"] } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" -tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.45.1", features = ["rt-multi-thread", "macros"] } tracing = "0.1.37" dotenv = "0.15.0" serenity = { version = "0.12.4", features = ["chrono"] }