Skip to content

Commit bddab2a

Browse files
committed
VISS reading branches
1 parent 0985941 commit bddab2a

File tree

9 files changed

+628
-54
lines changed

9 files changed

+628
-54
lines changed

Diff for: databroker/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async-trait = "0.1.82"
6767
# VISS
6868
axum = { version = "0.6.20", optional = true, features = ["ws"] }
6969
chrono = { version = "0.4.31", optional = true, features = ["std"] }
70-
uuid = { version = "1.4.1", optional = true, features = ["v4"] }
70+
uuid = { version = "1.4.1", features = ["v4"] }
7171

7272
# OTEL
7373
opentelemetry = { version = "0.19.0", optional = true, features = ["rt-tokio", "trace"] }
@@ -83,7 +83,7 @@ sd-notify = "0.4.1"
8383
default = ["tls"]
8484
tls = ["tonic/tls", "kuksa-common/tls", "kuksa/tls"]
8585
jemalloc = ["dep:jemallocator"]
86-
viss = ["dep:axum", "dep:chrono", "dep:uuid"]
86+
viss = ["dep:axum", "dep:chrono"]
8787
libtest = []
8888
otel = ["dep:chrono", "dep:opentelemetry", "dep:opentelemetry-otlp", "dep:opentelemetry-semantic-conventions", "dep:tracing-opentelemetry"]
8989

0 commit comments

Comments
 (0)