Skip to content

Commit

Permalink
Merge pull request #43 from dhenkel92/dependabot/cargo/serde-1.0.114
Browse files Browse the repository at this point in the history
Bump serde from 1.0.112 to 1.0.114
  • Loading branch information
dhenkel92 authored Jul 9, 2020
2 parents 3c94788 + 11607f6 commit cd0197d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ strict = []
[dependencies]
log = "0.4"
simplelog = "0.8.0"
serde = { version = "1.0.112", features = ["derive"] }
serde = { version = "1.0.114", features = ["derive"] }
serde_yaml = "0.8.13"
clap = {version = "2.33.1", features = ["yaml"]}
rusoto_core = "0.44.0"
Expand Down

0 comments on commit cd0197d

Please sign in to comment.