Skip to content

Commit

Permalink
chore: updated some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CalliEve committed Feb 22, 2024
1 parent 71575d1 commit 6ea60a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
chrono = "0.4.24"
chrono = "0.4.34"
rand = "0.8"
url = "2.3.1"
regex = "1.8"
num_cpus = "1.15"
url = "2.5"
regex = "1.10"
num_cpus = "1.16"
threadpool = "1.8"
tokio = { version = "1.27", features = ["full", "tracing"] }
mongodb = "2.5"
tokio = { version = "1.36.0", features = ["full", "tracing"] }
mongodb = "2.8"
futures = "0.3"
itertools = "0.12.0"
http = "1.0.0"
serde_regex = "1.1.0"
console-subscriber = "0.2.0"
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ use utils::{

#[tokio::main]
async fn main() {
console_subscriber::init();

// Login with a bot token from the environment
let token = env::var("DISCORD_TOKEN").expect("no bot token");
let application_id: ApplicationId = env::var("DISCORD_ID")
Expand Down

0 comments on commit 6ea60a2

Please sign in to comment.