Skip to content

Commit 6878fe9

Browse files
committed
Removed unused dependencies
1 parent 55337ad commit 6878fe9

File tree

2 files changed

+105
-47
lines changed

2 files changed

+105
-47
lines changed

Cargo.lock

Lines changed: 104 additions & 43 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ pocket-relay-client-shared = { version = "0.1", path = "../pocket-relay-client-s
2424
serde = { version = "1", features = ["derive"] }
2525
serde_json = "1"
2626

27-
bytes = "1.4"
28-
2927
# Tokio async runtime
3028
tokio = { version = "1", features = ["full"] }
3129

@@ -35,12 +33,11 @@ local-ip-address = "0.5"
3533
futures = "0.3"
3634
thiserror = "1"
3735

38-
3936
log = "0.4"
4037
env_logger = "0.10"
4138

4239
# Native file picker dialog
43-
native-dialog = "0.6"
40+
native-dialog = "0.7"
4441
# Native Windows GUI framework variant
4542
native-windows-gui = { version = "1", optional = true, features = ["notice"] }
4643
native-windows-derive = { version = "1", optional = true }

0 commit comments

Comments
 (0)