Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix(deps): update rust crate tokio to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent b0c19cf commit 1615bce
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 25 deletions.
121 changes: 97 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serenity = { version = "0.11", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
tokio = { version = "1.33", features = [ "macros", "rt-multi-thread"] }
tokio = { version = "1.37.0", features = [ "macros", "rt-multi-thread"] }
once_cell = "1.18"
fancy-regex = "0.11"
envy = "0.4"

0 comments on commit 1615bce

Please sign in to comment.