1-
21[package ]
32authors = [" Christian Schilling <christian.schilling@esrlabs.com>" ]
43description = " GIT virtualization proxy"
@@ -10,46 +9,38 @@ readme = "README.md"
109repository = " https://github.com/josh-project/josh"
1110version = " 22.4.15"
1211
13-
1412[dependencies ]
15- base64 = " 0.21.2 "
16- clap = " 4.3.0 "
17- futures = " 0.3.28 "
18- hyper = { version = " 0.14.26 " , features = [" stream" ] }
19- hyper-reverse-proxy = " 0.5.1 "
13+ base64 = " 0.21.4 "
14+ clap = { workspace = true }
15+ futures = { workspace = true }
16+ hyper = { version = " 0.14.27 " , features = [" stream" ] }
17+ hyper-reverse-proxy = { workspace = true }
2018hyper-staticfile = " 0.9.5"
2119hyper-tls = " 0.5.0"
22- hyper_cgi = {path = " ../hyper_cgi" }
23- indoc = " 2.0.1 "
20+ hyper_cgi = { path = " ../hyper_cgi" }
21+ indoc = " 2.0.4 "
2422josh = {path = " ../josh-core" }
25- lazy_static = " 1.4.0 "
26- opentelemetry = " 0.19 .0"
27- opentelemetry-jaeger = " 0.18 .0"
28- percent-encoding = " 2.2 .0"
29- regex = " 1.8.3 "
30- reqwest = { version = " 0.11.18 " , default-features = false , features = [ " blocking " , " json " ] }
31- serde = " 1.0.163 "
32- serde_json = " 1.0.96 "
33- serde_yaml = " 0.9.21 "
34- tokio = { version = " 1.28.2 " , features = [ " full " ] }
35- toml = " 0.7.4 "
36- tracing = { version = " 0.1.37 " , features = [ " max_level_trace " , " release_max_level_trace " ] }
23+ lazy_static = { workspace = true }
24+ opentelemetry = " 0.20 .0"
25+ opentelemetry-jaeger = " 0.19 .0"
26+ percent-encoding = " 2.3 .0"
27+ regex = { workspace = true }
28+ reqwest = { workspace = true }
29+ serde = { workspace = true }
30+ serde_json = { workspace = true }
31+ serde_yaml = { workspace = true }
32+ tokio = { workspace = true }
33+ toml = { workspace = true }
34+ tracing = { workspace = true }
3735tracing-futures = " 0.2.5"
38- tracing-opentelemetry = " 0.19 .0"
39- tracing-subscriber = { version = " 0.3.17 " , features = [ " env-filter " ] }
40- unindent = " 0.2.1 "
41- url = " 2.3 .1"
42- uuid = { version = " 1.3.3 " , features = [" v4" ] }
36+ tracing-opentelemetry = " 0.21 .0"
37+ tracing-subscriber = { workspace = true }
38+ unindent = " 0.2.3 "
39+ url = " 2.4 .1"
40+ uuid = { version = " 1.4.1 " , features = [" v4" ] }
4341josh-rpc = { path = " ../josh-rpc" }
44- tokio-util = " 0.7.8 "
42+ tokio-util = { workspace = true }
4543tempdir = " 0.3.7"
46- gix = " 0.44.1"
47-
48- [dependencies .juniper ]
49- version = " 0.15.11"
50- default-features = false
51- features = [" expose-test-schema" ]
52-
53- [dependencies .git2 ]
54- default-features = false
55- version = " 0.17.2"
44+ gix = { workspace = true }
45+ juniper = { workspace = true }
46+ git2 = { workspace = true }
0 commit comments