Update dependencies
This commit is contained in:
parent
09aed3181e
commit
ebdbb52f0d
1 changed files with 9 additions and 9 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -7,27 +7,27 @@ edition = "2021"
|
|||
bot = ["dep:async-trait", "dep:clap", "dep:cookie"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = { version = "0.1.64", optional = true }
|
||||
async-trait = { version = "0.1.68", optional = true }
|
||||
caseless = "0.2.1"
|
||||
cookie = { version = "0.17.0", optional = true }
|
||||
futures-util = { version = "0.3.26", default-features = false, features = ["sink"] }
|
||||
futures-util = { version = "0.3.28", default-features = false, features = ["sink"] }
|
||||
log = "0.4.17"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.93"
|
||||
time = { version = "0.3.20", features = ["serde"] }
|
||||
tokio = { version = "1.25.0", features = ["time", "sync", "macros", "rt"] }
|
||||
tokio-stream = "0.1.12"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
time = { version = "0.3.21", features = ["serde"] }
|
||||
tokio = { version = "1.28.1", features = ["time", "sync", "macros", "rt"] }
|
||||
tokio-stream = "0.1.14"
|
||||
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] }
|
||||
unicode-normalization = "0.1.22"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.1.6"
|
||||
version = "4.2.7"
|
||||
optional = true
|
||||
default-features = false
|
||||
features = ["std", "derive", "deprecated"]
|
||||
|
||||
[dev-dependencies] # For example bot
|
||||
tokio = { version = "1.25.0", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.28.1", features = ["rt-multi-thread"] }
|
||||
|
||||
[[example]]
|
||||
name = "testbot_instance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue