zmp-bot/Cargo.toml
dependabot[bot] a3154930f9
Bump serenity from 0.12.2 to 0.12.4
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](https://github.com/serenity-rs/serenity/compare/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>
2024-11-18 01:04:48 +00:00

19 lines
No EOL
698 B
TOML

[package]
name = "zmp-bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
poise = "0.6.1"
serenity = { version = "0.12.4", default-features = false, features = ["client", "gateway", "model", "rustls_backend", "utils", "framework"] }
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "rt"] }
env_logger = "0.11.3"
anyhow = "1.0.93"
tracing = "0.1.40"
regex = "1.11.1"
sqlx = { version = "0.8.2", features = ["sqlite", "sqlx-sqlite", "runtime-tokio"]}
reqwest = { version = "0.12.5" }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = { version = "1.0.132" }