Skip to content

Commit 7e64807

Browse files
committed
fix: update deps
1 parent 3c72b7f commit 7e64807

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Cargo.lock

Lines changed: 0 additions & 12 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ tokio = { version = "1.0", features = ["rt-multi-thread", "net", "signal", "macr
2626
tokio-stream = { version = "0.1.2", features = ["net"]}
2727
tokio-rustls = "0.22"
2828
uuid = { version = "0.8", features = ["v4"] }
29-
simplelog = "0.8"
3029
bcrypt = "0.9"
3130
#warp = { version = "0.2.5", default-features = false }
32-
warp = { version = "0.2.5", git = "https://github.com/aknuds1/warp.git", branch = "chore/upgrade-tokio", default-features = false }
31+
warp = { version = "0.2.5", git = "https://github.com/aknuds1/warp", branch = "chore/upgrade-tokio", default-features = false }
3332
serde = { version = "1.0", features = ["derive"] }
3433
acme-lib = "0.8"
3534
trust-dns-server = "0.20"

0 commit comments

Comments
 (0)