Skip to content

Commit 1010e8f

Browse files
committed
Bidirectional provider with Timebase filter
1 parent 0985941 commit 1010e8f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+6711
-864
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databroker/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ serde_json = "1.0"
5757
jsonwebtoken = "9.1.0"
5858
regex = "1.7.1"
5959
glob-match = "0.2.1"
60+
indexmap = "2.8.0"
6061

6162
jemallocator = { version = "0.5.0", optional = true }
6263
lazy_static = "1.4.0"
@@ -67,7 +68,7 @@ async-trait = "0.1.82"
6768
# VISS
6869
axum = { version = "0.6.20", optional = true, features = ["ws"] }
6970
chrono = { version = "0.4.31", optional = true, features = ["std"] }
70-
uuid = { version = "1.4.1", optional = true, features = ["v4"] }
71+
uuid = { version = "1.4.1", features = ["v4"] }
7172

7273
# OTEL
7374
opentelemetry = { version = "0.19.0", optional = true, features = ["rt-tokio", "trace"] }
@@ -83,7 +84,7 @@ sd-notify = "0.4.1"
8384
default = ["tls"]
8485
tls = ["tonic/tls", "kuksa-common/tls", "kuksa/tls"]
8586
jemalloc = ["dep:jemallocator"]
86-
viss = ["dep:axum", "dep:chrono", "dep:uuid"]
87+
viss = ["dep:axum", "dep:chrono"]
8788
libtest = []
8889
otel = ["dep:chrono", "dep:opentelemetry", "dep:opentelemetry-otlp", "dep:opentelemetry-semantic-conventions", "dep:tracing-opentelemetry"]
8990

0 commit comments

Comments
 (0)