You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ k8s-openapi = { version = "0.21.0", default-features = false, features = ["schem
31
31
# We use rustls instead of openssl for easier portablitly, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
32
32
kube = { version = "0.88.1", default-features = false, features = ["client","jsonpatch","runtime","derive","rustls-tls"] }
33
33
lazy_static = "1.4.0"
34
-
opentelemetry = "0.21.0"
35
-
opentelemetry_sdk = { version = "0.21.0", features = ["rt-tokio"] }
36
-
opentelemetry-jaeger = { version = "0.20.0", features = ["rt-tokio"] }
34
+
opentelemetry = "0.22.0"
35
+
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
36
+
opentelemetry-jaeger = { version = "0.21.0", features = ["rt-tokio"] }
37
37
p256 = { version = "0.13.2", features = ["ecdsa"] }
38
38
proc-macro2 = "1.0.66"
39
39
quote = "1.0.32"
@@ -57,12 +57,12 @@ tempfile = "3.7.1"
57
57
thiserror = "1.0.44"
58
58
time = { version = "0.3.29" }
59
59
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "fs"] }
60
-
tokio-rustls = "0.25.0"
60
+
tokio-rustls = "0.26.0"
61
61
tokio-test = "0.4.3"
62
62
tower = "0.4.13"
63
63
tower-http = { version = "0.5.1", features = ["trace"] }
64
64
tracing = "0.1.37"
65
-
tracing-opentelemetry = "0.22.0"
65
+
tracing-opentelemetry = "0.23.0"
66
66
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
67
67
url = "2.4.1"
68
68
x509-cert = { version = "0.2.5", features = ["builder"] }
0 commit comments