Skip to content

Commit

Permalink
Bump serde from 1.0.122 to 1.0.123 in /packer
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.122 to 1.0.123.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.122...v1.0.123)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 4, 2021
1 parent 5f6421c commit 9605caf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packer/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 packer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
clap = "2.33.3"
shellexpand = "2.1.0"
tar = "0.4.30"
serde = { version = "1.0.122", features = ["derive"] }
serde = { version = "1.0.123", features = ["derive"] }
serde_yaml = "0.8.15"
anyhow = "1.0.38"
sha2 = "^0.8.1"
Expand Down

0 comments on commit 9605caf

Please sign in to comment.