Merge pull request #15 from Stachelbeere1248/dependabot/cargo/serenity-0.12.4
Bump serenity from 0.12.2 to 0.12.4
This commit is contained in:
commit
babb2469a9
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2017,9 +2017,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serenity"
|
name = "serenity"
|
||||||
version = "0.12.2"
|
version = "0.12.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "880a04106592d0a8f5bdacb1d935889bfbccb4a14f7074984d9cd857235d34ac"
|
checksum = "3d72ec4323681bf9a3cabe40fd080abc2435859b502a1b5aa9bf693f125bfa76"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
poise = "0.6.1"
|
poise = "0.6.1"
|
||||||
serenity = { version = "0.12.1", default-features = false, features = ["client", "gateway", "model", "rustls_backend", "utils", "framework"] }
|
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"] }
|
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "rt"] }
|
||||||
env_logger = "0.11.3"
|
env_logger = "0.11.3"
|
||||||
anyhow = "1.0.93"
|
anyhow = "1.0.93"
|
||||||
|
|
Loading…
Add table
Reference in a new issue