[no description]
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml21
1 files changed, 11 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7b3bc76..1663352 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-tokio = { version = "1.28.2", features = [
+tokio = { version = "1.52.3", features = [
"net",
"sync",
"rt",
@@ -19,20 +19,20 @@ serenity = { version = "0.12", features = [
"gateway",
"model",
], default-features = false }
-clap = { version = "4.4", features = ["derive"] }
-env_logger = "0.10"
+clap = { version = "4.6", features = ["derive"] }
+env_logger = "0.11"
log = "0.4"
-regex = { version = "1.12.2", features = ["unstable", "use_std"] }
-reqwest = "0.11"
-scraper = "0.17"
+regex = { version = "1.13.0", features = ["unstable", "use_std"] }
+reqwest = "0.13"
+scraper = "0.27"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
poise = { git = "https://github.com/serenity-rs/poise", branch = "current" }
-rustls = "0.23.36"
-openssl = { version = "0.10.35", features = ["vendored"] }
+rustls = "0.23.41"
+openssl = { version = "0.10.81", features = ["vendored"] }
fimg = { git = "https://git.bendn.org/fimg", version = "0.4.51" }
-gif = "0.14.1"
-image = { version = "0.25.9", features = [
+gif = "0.14.2"
+image = { version = "0.25.10", features = [
"bmp",
"dds",
"hdr",
@@ -40,6 +40,7 @@ image = { version = "0.25.9", features = [
"pnm",
"tga",
] }
+klipy = "0.1.0"
[patch.crates-io]
serenity = { git = "https://github.com/serenity-rs/serenity" }