summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-03 23:39:38 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-03 23:44:22 +0000
commita992eedbdb2c4a0c1dbc6f37d8fbd932cdf5be36 (patch)
tree2e9b0176767b981febf0aac40adb3ad6dd06a3bf /Cargo.toml
parent20f334a1443fe94cdd61750a9195783701c51b31 (diff)
deps(crates): bump serenity from 0.11.5 to 0.11.6
Bumps [serenity](https://github.com/serenity-rs/serenity) from 0.11.5 to 0.11.6. - [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.11.5...v0.11.6) --- updated-dependencies: - dependency-name: serenity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 87bf01e..fa3b980 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,5 +13,5 @@ rand = "0.8.5"
regex = "1.8.4"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
serde = "1.0.166"
-serenity = "0.11.5"
+serenity = "0.11.6"
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }