Skip to content

Commit

Permalink
build(deps): bump ignition-config from 0.3.0 to 0.4.1
Browse files Browse the repository at this point in the history
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](coreos/ignition-config-rs@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent ccc9c1f commit d998754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit d998754

Please sign in to comment.