@@ -10,19 +10,19 @@ repository = "https://github.com/josh-project/josh"
1010version = " 22.4.15"
1111
1212[dependencies ]
13- base64 = " 0.21.4 "
13+ base64 = { workspace = true }
1414clap = { workspace = true }
1515futures = { workspace = true }
16- hyper = { version = " 0.14.27 " , features = [" stream" ] }
16+ hyper = { version = " 0.14.28 " , features = [" stream" ] }
1717hyper-reverse-proxy = { workspace = true }
1818hyper-staticfile = " 0.9.5"
1919hyper-tls = " 0.5.0"
2020hyper_cgi = { path = " ../hyper_cgi" }
21- indoc = " 2.0.4 "
21+ indoc = " 2.0.5 "
2222josh = {path = " ../josh-core" }
2323lazy_static = { workspace = true }
24- opentelemetry = " 0.20 .0"
25- opentelemetry-jaeger = " 0.19 .0"
24+ opentelemetry = " 0.23 .0"
25+ opentelemetry-jaeger = " 0.22 .0"
2626percent-encoding = " 2.3.0"
2727regex = { workspace = true }
2828reqwest = { workspace = true }
@@ -33,16 +33,17 @@ tokio = { workspace = true }
3333toml = { workspace = true }
3434tracing = { workspace = true }
3535tracing-futures = " 0.2.5"
36- tracing-opentelemetry = " 0.21 .0"
36+ tracing-opentelemetry = " 0.24 .0"
3737tracing-subscriber = { workspace = true }
3838unindent = " 0.2.3"
39- url = " 2.4.1 "
40- uuid = { version = " 1.4.1 " , features = [" v4" ] }
39+ url = " 2.5.0 "
40+ uuid = { version = " 1.8.0 " , features = [" v4" ] }
4141josh-rpc = { path = " ../josh-rpc" }
4242tokio-util = { workspace = true }
43- tempdir = " 0.3.7 "
43+ tempfile = { workspace = true }
4444gix = { workspace = true }
4545juniper = { workspace = true }
4646git2 = { workspace = true }
47- opentelemetry-semantic-conventions = " 0.14.0"
48- opentelemetry-otlp = " 0.13.0"
47+ opentelemetry-semantic-conventions = " 0.15.0"
48+ opentelemetry-otlp = " 0.16.0"
49+ opentelemetry_sdk = " 0.23.0"
0 commit comments