Skip to content

Commit bcebcab

Browse files
committed
chore: format Cargo.toml
1 parent 7926c91 commit bcebcab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ repository = "https://github.com/torrust/torrust-tracker"
2929
rust-version = "1.72"
3030
version = "3.0.0-alpha.3-develop"
3131

32-
3332
[profile.dev.package.sqlx-macros]
3433
opt-level = 3
3534

@@ -41,7 +40,7 @@ axum = { version = "0", features = ["multipart"] }
4140
binascii = "0"
4241
bytes = "1"
4342
chrono = { version = "0", default-features = false, features = ["clock"] }
44-
clap = { version = "4.5.4", features = ["derive", "env"]}
43+
clap = { version = "4.5.4", features = ["derive", "env"] }
4544
config = "0"
4645
derive_more = "0"
4746
email_address = "0"
@@ -75,7 +74,7 @@ thiserror = "1"
7574
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
7675
toml = "0"
7776
torrust-index-located-error = { version = "3.0.0-alpha.3-develop", path = "packages/located-error" }
78-
tower-http = { version = "0", features = ["compression-full", "cors", "trace", "propagate-header", "request-id"] }
77+
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
7978
trace = "0.1.7"
8079
tracing = "0.1.40"
8180
url = "2.5.0"

0 commit comments

Comments
 (0)