Fix rustls panic in example bots
This commit is contained in:
parent
61f5559370
commit
7360bf96f8
5 changed files with 21 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ default-features = false
|
|||
features = ["std", "derive", "deprecated"]
|
||||
|
||||
[dev-dependencies] # For example bot
|
||||
rustls = "0.23.19"
|
||||
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
|
||||
|
||||
[[example]]
|
||||
|
|
@ -56,7 +57,6 @@ rust.redundant_lifetimes = "warn"
|
|||
rust.single_use_lifetimes = "warn"
|
||||
rust.unit_bindings = "warn"
|
||||
rust.unnameable_types = "warn"
|
||||
rust.unused_crate_dependencies = "warn"
|
||||
rust.unused_import_braces = "warn"
|
||||
rust.unused_lifetimes = "warn"
|
||||
rust.unused_qualifications = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue