Skip to content

Commit

Permalink
chore(deps): Bump serenity v0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Dec 28, 2023
1 parent fd07469 commit 38b9243
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 15 deletions.
28 changes: 17 additions & 11 deletions 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 sushii-2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ features = [
[dependencies.serenity]
# git = "https://github.com/serenity-rs/serenity"
#rev = "11918e74ab2eba7d61f94d5b5776d5546913adcd"
version = "0.11.5"
version = "0.11.7"
# path = "../../serenity"
features = ["collector", "unstable_discord_api", "chrono"]

Expand Down
15 changes: 12 additions & 3 deletions sushii-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,19 @@ version = "1.0"
features = ["macros", "rt-multi-thread", "time", "signal"]

[dependencies.sqlx]
version= "0.5.2"
version = "0.5.2"
default-features = false
features = [ "runtime-tokio-rustls", "macros", "postgres", "json", "chrono", "offline", "migrate", "decimal" ]
features = [
"runtime-tokio-rustls",
"macros",
"postgres",
"json",
"chrono",
"offline",
"migrate",
"decimal",
]

[dependencies.serenity]
version = "0.11.5"
version = "0.11.7"
features = ["collector", "unstable_discord_api", "chrono"]

0 comments on commit 38b9243

Please sign in to comment.