Skip to content

Commit afe5958

Browse files
Remove unused dependencies
commit-id:aaf970b4
1 parent 3ecb5a0 commit afe5958

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

Cargo.lock

Lines changed: 0 additions & 18 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ members = ["josh-proxy", "josh-ui", "josh-ssh-shell", "josh-rpc", ".", "hyper_cg
1414

1515
[dependencies]
1616
backtrace = "0.3.67"
17-
bincode = "1.3.3"
1817
bitvec = "1.0.1"
1918
chrono = "0.4.23"
2019
clap = "4.0.29"
@@ -25,7 +24,6 @@ git2 = { version = "0.15.0", default-features = false }
2524
glob = "0.3.0"
2625
handlebars = "4.3.5"
2726
hex = "0.4.3"
28-
hyper-reverse-proxy = "0.5.1"
2927
indoc = "1.0.7"
3028
itertools = "0.10.5"
3129
juniper = "0.15.10"
@@ -42,11 +40,8 @@ serde_json= "1.0.89"
4240
serde_yaml = "0.9.14"
4341
sled = "0.34.7"
4442
strfmt = "0.2.2"
45-
tokio-util = "0.7.4"
46-
toml= "0.5.10"
43+
toml = "0.5.10"
4744
tracing = "0.1.37"
48-
tracing-log = "0.1.3"
49-
tracing-subscriber = "0.3.16"
5045

5146
[profile.release]
5247
lto = true

josh-rpc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ edition = "2018"
77
serde = { version = "1.0.150", features = ["std", "derive"] }
88
tokio = { version = "1.23.0", features = ["fs", "io-std"] }
99
libc = "0.2.138"
10-
rand = "0.8.5"

josh-ssh-shell/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ edition = "2018"
66
[dependencies]
77
clap = { version = "4.0.29", features = ["derive", "help", "std", "usage"], default-features = false }
88
libc = "0.2.138"
9-
rand = "0.8.5"
109
shell-words = "1.1.0"
1110
tokio = { version = "1.23.0", features = ["fs", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
1211
reqwest = { version = "0.11.13", features = ["json"] }
1312
josh-rpc = { path = "../josh-rpc" }
1413
serde_json = "1.0.89"
1514
tracing = { version = "0.1.37", features = ["max_level_trace", "release_max_level_trace"] }
16-
tracing-futures = "0.2.5"
17-
tracing-opentelemetry = "0.18.0"
1815
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
1916
tokio-util = "0.7.4"
2017
thiserror = "1.0.37"

0 commit comments

Comments
 (0)