Skip to content

Commit 345b7d2

Browse files
committed
deps: add uuid crate 1.23
1 parent 2563bd2 commit 345b7d2

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ tracing-opentelemetry = "0.32.0"
8686
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
8787
trybuild = "1.0.99"
8888
url = { version = "2.5.2", features = ["serde"] }
89+
uuid = "1.23"
8990
x509-cert = { version = "0.2.5", features = ["builder"] }
9091
zeroize = "1.8.1"
9192

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ tracing.workspace = true
5454
tracing-appender.workspace = true
5555
tracing-subscriber.workspace = true
5656
url.workspace = true
57+
uuid.workspace = true
5758

5859
[dev-dependencies]
5960
indoc.workspace = true

0 commit comments

Comments
 (0)