Skip to content

Commit 6837067

Browse files
committed
actually mark all used features (turns out this project uses them all, so were back to square one)
1 parent 2c3b3c0 commit 6837067

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

Cargo.lock

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

cloudflare-ddns/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ trace = ["tokio/tracing", "dep:console-subscriber"]
1010

1111

1212
[dependencies]
13+
tokio = { version = "1.48.0", features = ["full"] }
1314
futures = { version = "0.3.31"}
1415
serde = { version = "1.0.228", features = ["derive", "rc"] }
1516
anyhow = { version = "1.0.100", features = ["backtrace"] }
@@ -27,10 +28,6 @@ notify = "8.0.0"
2728
notify-debouncer-full = "0.6.0"
2829
idna = "1.1.0"
2930

30-
[dependencies.tokio]
31-
version = "1.48.0"
32-
features = ["rt-multi-thread", "sync", "fs", "net", "signal", "macros"]
33-
3431
[dependencies.reqwest]
3532
version = "0.12.26"
3633
default-features = false

0 commit comments

Comments
 (0)