11[package ]
2+ name = " josh-proxy"
3+ version = " 25.11.26"
4+ edition = " 2024"
5+
6+ repository = " https://github.com/josh-project/josh"
27authors = [" Christian Schilling <christian.schilling@esrlabs.com>" ]
8+ license-file = " ../LICENSE"
39description = " GIT virtualization proxy"
4- edition = " 2024"
5- keywords = [" git" , " monorepo" , " workflow" , " scm" ]
6- license-file = " LICENSE"
7- name = " josh-proxy"
810readme = " ../README.md"
9- repository = " https://github.com/josh-project/josh"
10- version = " 22.4.15"
11+ keywords = [" git" , " monorepo" , " workflow" , " scm" ]
1112
1213[dependencies ]
1314sha2 = " 0.10.8"
@@ -18,16 +19,16 @@ bytes = "1.11.0"
1819clap = { workspace = true }
1920futures = { workspace = true }
2021hyper = { version = " 1.8.1" }
21- hyper -reverse-proxy = { workspace = true }
22+ josh -reverse-proxy = { workspace = true }
2223hyper-staticfile = " 0.10.0"
2324hyper-tls = " 0.6.0"
24- hyper_cgi = { path = " ../hyper_cgi " }
25+ hyper_cgi = { workspace = true }
2526hyper-util = { version = " 0.1.18" , features = [" client" , " client-legacy" , " http1" , " tokio" ] }
2627http-body-util = " 0.1.0"
2728indoc = " 2.0.7"
28- josh-core = {path = " ../josh-core " }
29- josh-templates = { path = " ../josh-templates " }
30- josh-graphql = { path = " ../josh-graphql " }
29+ josh-core = { workspace = true }
30+ josh-templates = { workspace = true }
31+ josh-graphql = { workspace = true }
3132percent-encoding = " 2.3.1"
3233regex = { workspace = true }
3334reqwest = { workspace = true }
@@ -42,7 +43,7 @@ tracing-opentelemetry = "0.32.0"
4243tracing-subscriber = { workspace = true }
4344url = " 2.5.4"
4445uuid = { version = " 1.18.1" , features = [" v4" ] }
45- josh-rpc = { path = " ../josh-rpc " }
46+ josh-rpc = { workspace = true }
4647tokio-util = { workspace = true }
4748tempfile = { workspace = true }
4849gix = { workspace = true }
0 commit comments