Skip to content

Commit

Permalink
fix(deps): update rust crate serde 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 060bdf6
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 @@ -20,7 +20,7 @@ bitflags = "2.2.1"
failure = "0.1.8"

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

0 comments on commit 060bdf6

Please sign in to comment.