Update dependencies
This commit is contained in:
parent
4314a24e78
commit
85c93ee01d
1 changed files with 11 additions and 11 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -7,27 +7,27 @@ edition = "2021"
|
|||
bot = ["dep:async-trait", "dep:clap", "dep:cookie"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = { version = "0.1.80", optional = true }
|
||||
async-trait = { version = "0.1.83", optional = true }
|
||||
caseless = "0.2.1"
|
||||
cookie = { version = "0.18.1", optional = true }
|
||||
futures-util = { version = "0.3.30", default-features = false, features = ["sink"] }
|
||||
futures-util = { version = "0.3.31", default-features = false, features = ["sink"] }
|
||||
jiff = { version = "0.1.15", features = ["serde"] }
|
||||
log = "0.4.21"
|
||||
serde = { version = "1.0.202", features = ["derive"] }
|
||||
serde_json = "1.0.117"
|
||||
tokio = { version = "1.37.0", features = ["time", "sync", "macros", "rt"] }
|
||||
tokio-stream = "0.1.15"
|
||||
tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-native-roots"] }
|
||||
unicode-normalization = "0.1.23"
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
tokio = { version = "1.42.0", features = ["time", "sync", "macros", "rt"] }
|
||||
tokio-stream = "0.1.16"
|
||||
tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"] }
|
||||
unicode-normalization = "0.1.24"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.5.4"
|
||||
version = "4.5.22"
|
||||
optional = true
|
||||
default-features = false
|
||||
features = ["std", "derive", "deprecated"]
|
||||
|
||||
[dev-dependencies] # For example bot
|
||||
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
|
||||
|
||||
[[example]]
|
||||
name = "testbot_instance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue