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
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ k8s-openapi = { version = "0.27.0", default-features = false, features = ["schem
43
43
# We use rustls instead of openssl for easier portability, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
44
44
# We use ring instead of aws-lc-rs, as this currently fails to build in "make run-dev"
45
45
kube = { version = "3.1.0", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "admission", "rustls-tls", "ring"] }
46
-
opentelemetry = "0.31.0"
47
-
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
48
-
opentelemetry-appender-tracing = "0.31.0"
49
-
opentelemetry-otlp = "0.31.0"
50
-
opentelemetry-semantic-conventions = "0.31.0"
46
+
opentelemetry = "0.32.0"
47
+
opentelemetry_sdk = { version = "0.32.0", features = ["rt-tokio"] }
48
+
opentelemetry-appender-tracing = "0.32.0"
49
+
opentelemetry-otlp = "0.32.0"
50
+
opentelemetry-semantic-conventions = "0.32.0"
51
51
p256 = { version = "0.13.2", features = ["ecdsa"] }
52
52
paste = "1.0.15"
53
53
pin-project = "1.1.5"
@@ -68,10 +68,10 @@ serde_json = "1.0.128"
68
68
serde_yaml = "0.9.34"# This is the last available version, see https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34 for details
0 commit comments