Skip to content

Commit 72905d8

Browse files
committed
fix: remove uuid dependency
1 parent dedc010 commit 72905d8

4 files changed

Lines changed: 4 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.nix

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ snafu = "0.9"
2727
strum = { version = "0.28", features = ["derive"] }
2828
tokio = { version = "1.52", features = ["full"] }
2929
tracing = "0.1"
30-
uuid = "1.23"
3130

3231
[patch."https://github.com/stackabletech/operator-rs.git"]
3332
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "smooth-operator"}

rust/operator-binary/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ snafu.workspace = true
2525
strum.workspace = true
2626
tokio.workspace = true
2727
tracing.workspace = true
28-
uuid.workspace = true
2928

3029
[dev-dependencies]
3130
rstest.workspace = true

0 commit comments

Comments
 (0)