mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 08:48:54 +00:00
Compare commits
2 commits
bcd879dd55
...
3190083103
Author | SHA1 | Date | |
---|---|---|---|
|
3190083103 | ||
|
f3b934cd9d |
5 changed files with 10 additions and 10 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -1677,9 +1677,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|||
|
||||
[[package]]
|
||||
name = "openssl"
|
||||
version = "0.10.71"
|
||||
version = "0.10.72"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
|
||||
checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"cfg-if",
|
||||
|
@ -1709,9 +1709,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.106"
|
||||
version = "0.9.107"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
|
||||
checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
@ -3015,9 +3015,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.44.1"
|
||||
version = "1.44.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
|
||||
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
|
|
|
@ -10,7 +10,7 @@ workspace = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[dependencies]
|
||||
serde = { version = "1.0.137", features = ["derive"] }
|
||||
tokio = { version = "1.19.2", features = ["time"] }
|
||||
tokio = { version = "1.44.2", features = ["time"] }
|
||||
reqwest = "0.11.10"
|
||||
serenity = "0.12"
|
||||
Inflector = "0.11.4"
|
||||
|
|
|
@ -16,7 +16,7 @@ serde = { version = "1.0.137", features = ["derive"] }
|
|||
chrono = "0.4.19"
|
||||
static_assertions = "1.1.0"
|
||||
futures-util = "0.3.21"
|
||||
tokio = { version = "1.19.2", features = ["time"] }
|
||||
tokio = { version = "1.44.2", features = ["time"] }
|
||||
flume = "0.10.13"
|
||||
dashmap = "5.3.4"
|
||||
poise = { git = "https://github.com/serenity-rs/poise", branch = "current" }
|
||||
|
|
|
@ -13,7 +13,7 @@ workspace = true
|
|||
anyhow = "1.0.57"
|
||||
async-trait = "0.1.56"
|
||||
futures-util = "0.3.21"
|
||||
tokio = { version = "1.19.2", features = ["time"] }
|
||||
tokio = { version = "1.44.2", features = ["time"] }
|
||||
youmubot-db = { path = "../youmubot-db" }
|
||||
youmubot-db-sql = { path = "../youmubot-db-sql" }
|
||||
reqwest = { version = "0.11.10", features = ["json"] }
|
||||
|
|
|
@ -17,7 +17,7 @@ codeforces = ["youmubot-cf"]
|
|||
[dependencies]
|
||||
serenity = "0.12"
|
||||
poise = { git = "https://github.com/serenity-rs/poise", branch = "current" }
|
||||
tokio = { version = "1.19.2", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.44.2", features = ["rt-multi-thread"] }
|
||||
dotenv = "0.15.0"
|
||||
env_logger = "0.9.0"
|
||||
youmubot-db = { path = "../youmubot-db" }
|
||||
|
|
Loading…
Add table
Reference in a new issue