Skip to content

Commit

Permalink
bump some deps to be newer
Browse files Browse the repository at this point in the history
  • Loading branch information
DanceMore committed Nov 28, 2023
1 parent 4559555 commit 87084e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
dotenv = "0.15.0"
serenity = "0.11.5"
tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
diesel = { version = "2.1.3", features = ["postgres"] }
log = "0.4"
env_logger = "0.10"

0 comments on commit 87084e8

Please sign in to comment.