Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 31, 2023
1 parent 67c7a13 commit 785d77b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -17,7 +17,7 @@ efivar = { version = "1.1.2", path = "../efivar", features = ["store"] }
itertools = "0.11.0"
paw = "1.0.0"
structopt = { version = "0.3.26", features = ["paw"] }
uuid = { version = "1.3.4" }
uuid = { version = "1.4.1" }

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }_{ target }{ archive-suffix }"
Expand Down
2 changes: 1 addition & 1 deletion efivar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ base64 = { version = "0.21.2", optional = true }
serde = { version = "1.0.171", optional = true }
serde_derive = { version = "1.0.164", optional = true }
toml = { version = "0.7.6", optional = true }
uuid = { version = "1.3.4", features = ["serde"] }
uuid = { version = "1.4.1", features = ["serde"] }
lazy_static = "1.4.0"

[features]
Expand Down

0 comments on commit 785d77b

Please sign in to comment.