Skip to content

Commit 13a6e71

Browse files
committed
Fix: Update built to address RustSec advisories
1 parent e910c4b commit 13a6e71

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 7 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
@@ -14,7 +14,7 @@ product-config = { git = "https://github.com/stackabletech/product-config.git",
1414
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.111.0", features = ["webhook"] }
1515

1616
anyhow = "1.0"
17-
built = { version = "0.8", features = ["chrono", "git2"] }
17+
built = { version = "0.8.1", features = ["chrono", "git2"] }
1818
clap = "4.5"
1919
const_format = "0.2"
2020
fnv = "1.0"

0 commit comments

Comments
 (0)