Skip to content

Commit 22b097f

Browse files
authored
deps: twilightのdefault-featuresを置き換え (#45)
1 parent 8dc4aaa commit 22b097f

File tree

2 files changed

+23
-166
lines changed

2 files changed

+23
-166
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ futures = "=0.3.30"
1111
tokio = { version = "=1.35.1", features = ["full"] }
1212
tracing = "=0.1.40"
1313
twilight-cache-inmemory = "=0.15.4"
14-
twilight-gateway = { version = "=0.15.4", features = ["rustls-webpki-roots"] }
15-
twilight-http = { version = "=0.15.4", features = ["rustls-webpki-roots"] }
14+
twilight-gateway = { version = "=0.15.4", default-features = false, features = [
15+
"rustls-webpki-roots",
16+
"twilight-http",
17+
"zlib-stock",
18+
] }
19+
twilight-http = { version = "=0.15.4", default-features = false, features = [
20+
"decompression",
21+
"rustls-webpki-roots",
22+
] }
1623
twilight-mention = "=0.15.3"
1724
twilight-model = "=0.15.4"
1825
twilight-standby = "=0.15.4"

0 commit comments

Comments
 (0)