Skip to content

Commit 1254c76

Browse files
committed
chore(deps): update rust crate built to 0.8
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | built | 0.7.7 | 0.8.0 |
1 parent be06ae7 commit 1254c76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/stackabletech/commons-operator"
1313
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["telemetry"], tag = "stackable-operator-0.92.0" }
1414

1515
anyhow = "1.0"
16-
built = { version = "0.7", features = ["chrono", "git2"] }
16+
built = { version = "0.8", features = ["chrono", "git2"] }
1717
clap = "4.5"
1818
futures = { version = "0.3", features = ["compat"] }
1919
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)