summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 9 insertions, 13 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6803683..473bd01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,32 +1,28 @@
[package]
-name = "teawie-bot"
+name = "chill"
version = "1.0.0"
edition = "2021"
-repository = "https://github.com/getchoo/teawieBot"
+repository = "https://github.com/getchoo/chill"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+anyhow = "1.0"
bottomify = "1.2.0"
-color-eyre = "0.6.3"
dotenvy = "0.15.7"
env_logger = "0.11.5"
-eyre = { version = "0.6.12", default-features = false, features = [
- "auto-install",
- "track-caller",
-] }
log = "0.4.22"
poise = "0.6.1"
rand = "0.8.5"
-redis = { version = "0.25.4", features = ["tokio-comp", "tokio-rustls-comp"] }
-redis-macros = "0.3.0"
-reqwest = { version = "0.12.7", default-features = false, features = [
+redis = { version = "0.27", features = ["tokio-comp", "tokio-rustls-comp"] }
+redis-macros = "0.4"
+reqwest = { version = "0.12.9", default-features = false, features = [
"rustls-tls",
"json",
] }
-serde = "1.0.209"
-serde_json = "1.0.127"
-tokio = { version = "1.40.0", features = [
+serde = "1.0.215"
+serde_json = "1.0.133"
+tokio = { version = "1.41.1", features = [
"macros",
"rt-multi-thread",
"signal",