Skip to content

Commit

Permalink
Merge pull request #995 from coreos/dependabot/cargo/clap-4.4.1
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.3.19 to 4.4.1
  • Loading branch information
prestist authored Sep 5, 2023
2 parents 5daff5c + 9b371bc commit 39b1b90
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -4,7 +4,7 @@ repository = "https://github.com/coreos/afterburn"
license = "Apache-2.0"
edition = "2021"
# when updating this, also update README.md and docs/index.md
rust-version = "1.66.0"
rust-version = "1.71.0"
exclude = ["/.cci.jenkinsfile", "/.github", "/.gitignore"]
authors = [ "Stephen Demos <[email protected]>",
"Luca Bruno <[email protected]>" ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Afterburn

[![crates.io](https://img.shields.io/crates/v/afterburn.svg)](https://crates.io/crates/afterburn)
![minimum rust 1.66](https://img.shields.io/badge/rust-1.66%2B-orange.svg)
![minimum rust 1.71](https://img.shields.io/badge/rust-1.71%2B-orange.svg)

Afterburn is a one-shot agent for cloud-like platforms which interacts with provider-specific metadata endpoints.
It is typically used in conjunction with [Ignition](https://github.com/coreos/ignition).
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nav_order: 1
# Afterburn

[![crates.io](https://img.shields.io/crates/v/afterburn.svg)](https://crates.io/crates/afterburn)
![minimum rust 1.66](https://img.shields.io/badge/rust-1.66%2B-orange.svg)
![minimum rust 1.71](https://img.shields.io/badge/rust-1.71%2B-orange.svg)

Afterburn is a one-shot agent for cloud-like platforms which interacts with provider-specific metadata endpoints.
It is typically used in conjunction with [Ignition](https://github.com/coreos/ignition).
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Minor changes:

Packaging changes:

Require Rust ≥ 1.71.0
Specify features depended on from Nix


Expand Down

0 comments on commit 39b1b90

Please sign in to comment.