Skip to content

Commit

Permalink
fix(deps): update rust crate serde_derive to 1.0.163
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2023
1 parent 9929048 commit a6b4cea
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 @@ -21,7 +21,7 @@ failure = "0.1.8"

base64 = { version = "0.21.0", optional = true }
serde = { version = "1.0.159", optional = true }
serde_derive = { version = "1.0.159", optional = true }
serde_derive = { version = "1.0.163", optional = true }
toml = { version = "0.7.3", optional = true }
uuid = { version = "1.3.1", features = ["serde"] }
lazy_static = "1.4.0"
Expand Down

0 comments on commit a6b4cea

Please sign in to comment.