From d9987545a266b4b6db347ef696cbd3d41a7e5905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:19:33 +0000 Subject: [PATCH] build(deps): bump ignition-config from 0.3.0 to 0.4.1 Bumps [ignition-config](https://github.com/coreos/ignition-config-rs) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/coreos/ignition-config-rs/releases) - [Changelog](https://github.com/coreos/ignition-config-rs/blob/main/docs/release-notes.md) - [Commits](https://github.com/coreos/ignition-config-rs/compare/v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: ignition-config dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cd454c8..bad7b5d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,9 +739,9 @@ dependencies = [ [[package]] name = "ignition-config" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a7bd804ef0f44ce4f9cebf9f3e3334502e6ba5d053f01417fcbbbdf4307f28" +checksum = "665bdc5dd24d0f47a2379307774b3e3bd7cfe2f8c8aab8d10fc659fa14887193" dependencies = [ "anyhow", "semver", diff --git a/Cargo.toml b/Cargo.toml index 45b8641c..4a38bc27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ glob = "^0.3" # disable default-enabled cli in gptman 0.x gptman = { version = ">= 0.7, < 2", default-features = false } hex = "^0.4" -ignition-config = ">= 0.3, < 0.4" +ignition-config = ">= 0.3, < 0.5" lazy_static = "^1.4" libc = "^0.2" nix = { version = ">= 0.24, < 0.28", "default_features" = false, "features" = [ "dir", "ioctl", "mount", "process", "sched", "signal", "user"] }