refactor!: use poise 0.6.1
This commit is contained in:
parent
203ba111cc
commit
7252ced3cb
16 changed files with 700 additions and 512 deletions
28
Cargo.toml
28
Cargo.toml
|
@ -10,30 +10,30 @@ build = "build.rs"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[build-dependencies]
|
||||
gray_matter = "0.2.6"
|
||||
poise = "0.5.7"
|
||||
serde = "1.0.193"
|
||||
serde_json = "1.0.108"
|
||||
poise = "0.6.1"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.112"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.77"
|
||||
color-eyre = "0.6.2"
|
||||
dotenvy = "0.15.7"
|
||||
env_logger = "0.10.0"
|
||||
env_logger = "0.11.1"
|
||||
log = "0.4.20"
|
||||
poise = "0.5.7"
|
||||
octocrab = "0.32.0"
|
||||
once_cell = "1.18.0"
|
||||
poise = "0.6.1"
|
||||
octocrab = "0.33.3"
|
||||
once_cell = "1.19.0"
|
||||
rand = "0.8.5"
|
||||
redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] }
|
||||
redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] }
|
||||
redis-macros = "0.2.1"
|
||||
regex = "1.10.2"
|
||||
reqwest = { version = "0.11.22", default-features = false, features = [
|
||||
regex = "1.10.3"
|
||||
reqwest = { version = "0.11.23", default-features = false, features = [
|
||||
"rustls-tls",
|
||||
"json",
|
||||
] }
|
||||
serde = "1.0.193"
|
||||
serde_json = "1.0.108"
|
||||
tokio = { version = "1.33.0", features = [
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.112"
|
||||
tokio = { version = "1.35.1", features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
"signal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue