Skip to content

Commit

Permalink
fix(deps): update rust crate itertools to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 24, 2023
1 parent 34c4a95 commit 52bf93c
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 efiboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"

[dependencies]
efivar = { version = "1.1.1", path = "../efivar", features = ["store"] }
itertools = "0.10.5"
itertools = "0.11.0"
paw = "1.0.0"
structopt = { version = "0.3.26", features = ["paw"] }
uuid = { version = "1.3.4" }
Expand Down

0 comments on commit 52bf93c

Please sign in to comment.