diff --git a/Cargo.lock b/Cargo.lock index 8640b62b..073c0df1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "built" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b9c056b9ed43aee5e064b683aa1ec783e19c6acec7559e3ae931b7490472fbe" +checksum = "96f9cdd34d6eb553f9ea20e5bf84abb7b13c729f113fc1d8e49dc00ad9fa8738" dependencies = [ "cargo-lock", "chrono", @@ -696,9 +696,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1" +checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" dependencies = [ "bitflags", "libc", diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index 40d96a12..cf176624 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1.23", features = ["macros", "rt-multi-thread"] } tracing = "0.1" [build-dependencies] -built = { version = "0.5", features = ["chrono", "git2"] } +built = { version = "0.6", features = ["chrono", "git2"] } stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.40.2" } stackable-hdfs-crd = { path = "../crd" }