Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to 1.0.157
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2023
1 parent 7373f8b commit 695c312
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
37 changes: 24 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions efivar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ bitflags = "1.3.2"
failure = "0.1.8"

base64 = { version = "0.21.0", optional = true }
serde = { version = "1.0.156", optional = true }
serde_derive = { version = "1.0.156", optional = true }
serde = { version = "1.0.157", optional = true }
serde_derive = { version = "1.0.157", optional = true }
toml = { version = "0.7.3", optional = true }
uuid = { version = "1.3.0", features = ["serde"] }
lazy_static = "1.4.0"
Expand Down

0 comments on commit 695c312

Please sign in to comment.