Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcarr committed Jul 2, 2024
1 parent ebf989f commit f598a57
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 68 deletions.
140 changes: 80 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ repository = "https://github.com/tmcarr/testbot"

[dependencies]
# env_logger = "0.9.0"
log = "0.4.21"
rand = "0.9.0-alpha.1"
log = "0.4.20"
rand = "0.8.5"
# migrant_lib = "0.33.0"
reqwest = { version = "0.12.3", features = ["blocking", "json"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["std", "env-filter"] }
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "time"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["std", "env-filter"] }
dotenvy = "0.15.7"

[dependencies.serenity]
Expand Down

0 comments on commit f598a57

Please sign in to comment.