Skip to content

Commit 22bb98a

Browse files
committed
#326: Use only compression features of tower-http
1 parent 76b270b commit 22bb98a

2 files changed

Lines changed: 1 addition & 39 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ uuid = { version = "1", features = ["v4"] }
4141
axum = "0.6.20"
4242
axum-server = { version = "0.5", features = ["tls-rustls"] }
4343
axum-client-ip = "0.4.1"
44-
tower-http = { version= "0.4.3", features = ["full"] }
44+
tower-http = { version= "0.4.3", features = ["compression-full"] }
4545
bencode = { version = "1.0.0-alpha.1", path = "contrib/bencode" }
4646
torrust-tracker-primitives = { version = "3.0.0-alpha.3", path = "packages/primitives" }
4747
torrust-tracker-configuration = { version = "3.0.0-alpha.3", path = "packages/configuration" }

0 commit comments

Comments
 (0)