@@ -10,19 +10,19 @@ repository = "https://github.com/josh-project/josh"
10
10
version = " 22.4.15"
11
11
12
12
[dependencies ]
13
- base64 = " 0.21.4 "
13
+ base64 = { workspace = true }
14
14
clap = { workspace = true }
15
15
futures = { workspace = true }
16
- hyper = { version = " 0.14.27 " , features = [" stream" ] }
16
+ hyper = { version = " 0.14.28 " , features = [" stream" ] }
17
17
hyper-reverse-proxy = { workspace = true }
18
18
hyper-staticfile = " 0.9.5"
19
19
hyper-tls = " 0.5.0"
20
20
hyper_cgi = { path = " ../hyper_cgi" }
21
- indoc = " 2.0.4 "
21
+ indoc = " 2.0.5 "
22
22
josh = {path = " ../josh-core" }
23
23
lazy_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"
26
26
percent-encoding = " 2.3.0"
27
27
regex = { workspace = true }
28
28
reqwest = { workspace = true }
@@ -33,16 +33,17 @@ tokio = { workspace = true }
33
33
toml = { workspace = true }
34
34
tracing = { workspace = true }
35
35
tracing-futures = " 0.2.5"
36
- tracing-opentelemetry = " 0.21 .0"
36
+ tracing-opentelemetry = " 0.24 .0"
37
37
tracing-subscriber = { workspace = true }
38
38
unindent = " 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" ] }
41
41
josh-rpc = { path = " ../josh-rpc" }
42
42
tokio-util = { workspace = true }
43
- tempdir = " 0.3.7 "
43
+ tempfile = { workspace = true }
44
44
gix = { workspace = true }
45
45
juniper = { workspace = true }
46
46
git2 = { 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