Skip to content

Commit

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

Bump serenity from 0.12.1 to 0.12.2 in /templates/rust
  • Loading branch information
emilkrebs authored Jun 9, 2024
2 parents 71f86c9 + 03ab4a4 commit 0ee3d8a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
46 changes: 31 additions & 15 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 @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

0 comments on commit 0ee3d8a

Please sign in to comment.