Skip to content

Commit

Permalink
Merge pull request #168 from emilkrebs/dependabot/cargo/templates/rus…
Browse files Browse the repository at this point in the history
…t/tokio-1.38.0

Bump tokio from 1.37.0 to 1.38.0 in /templates/rust
  • Loading branch information
emilkrebs authored Jun 10, 2024
2 parents 8059d72 + 60572d2 commit b20a0bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions templates/rust/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 templates/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
serenity = { version = "0.12.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }

0 comments on commit b20a0bb

Please sign in to comment.