Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 5, 2023
1 parent d2b22c9 commit e7913b7
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 efivar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ byteorder = "1.4.3"
bitflags = "2.2.1"
failure = "0.1.8"

base64 = { version = "0.21.0", optional = true }
base64 = { version = "0.21.2", optional = true }
serde = { version = "1.0.159", optional = true }
serde_derive = { version = "1.0.159", optional = true }
toml = { version = "0.7.3", optional = true }
Expand Down

0 comments on commit e7913b7

Please sign in to comment.