Skip to content

Commit

Permalink
Clean up warnings, bump reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcarr-humane committed Apr 2, 2024
1 parent 1e456e3 commit d22c759
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 23 deletions.
218 changes: 198 additions & 20 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 @@ -12,7 +12,7 @@ repository = "https://github.com/tmcarr/testbot"
log = "0.4.20"
rand = "0.8.5"
# migrant_lib = "0.33.0"
reqwest = { version = "0.11.20", features = ["blocking", "json"] }
reqwest = { version = "0.12.2", 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"] }
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use dotenvy::dotenv;
use serenity::{
async_trait,
client::bridge::gateway::ShardManager,
client::{Client, Context, EventHandler},
framework::standard::macros::{group, help, hook},
framework::standard::{
help_commands, Args, CommandError, CommandGroup, CommandResult, DispatchError, HelpOptions,
Expand All @@ -30,7 +29,6 @@ use serenity::{
id::GuildId,
prelude::{interaction::InteractionResponseType, UserId},
},
prelude::GatewayIntents,
prelude::*,
};
// use std::error::Error;
Expand Down

0 comments on commit d22c759

Please sign in to comment.