mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
chore: refmt root manifest
This commit is contained in:
parent
ae5cd51262
commit
049015b187
@ -100,14 +100,9 @@ chrono = { version = "0.4.30", features = ["serde"] }
|
||||
derive_more = "0.99.7"
|
||||
dotenvy = "0.15"
|
||||
env_logger = "0.11"
|
||||
eyre = { version = "0.6", default-features = false, features = [
|
||||
"auto-install",
|
||||
"track-caller",
|
||||
] }
|
||||
eyre = { version = "0.6", default-features = false, features = ["auto-install", "track-caller"] }
|
||||
color-eyre = "0.6"
|
||||
futures-util = { version = "0.3.17", default-features = false, features = [
|
||||
"std",
|
||||
] }
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||
log = "0.4"
|
||||
openssl = { version = "0.10.60", features = ["v110"] }
|
||||
rand = "0.8"
|
||||
|
Loading…
Reference in New Issue
Block a user