Skip to content

Commit

Permalink
Bump serenity from 0.12.2 to 0.12.4 in /templates/rust
Browse files Browse the repository at this point in the history
Bumps [serenity](https://github.com/serenity-rs/serenity) from 0.12.2 to 0.12.4.
- [Release notes](https://github.com/serenity-rs/serenity/releases)
- [Changelog](https://github.com/serenity-rs/serenity/blob/current/CHANGELOG.md)
- [Commits](serenity-rs/serenity@v0.12.2...v0.12.4)

---
updated-dependencies:
- dependency-name: serenity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 14f4e68 commit 98e1840
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 36 deletions.
141 changes: 106 additions & 35 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.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
serenity = { version = "0.12.4", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }

0 comments on commit 98e1840

Please sign in to comment.