Skip to content

Commit

Permalink
Merge pull request #3 from 2nd-Layer/dependabot/cargo/serde_json-1.0.73
Browse files Browse the repository at this point in the history
build(deps): bump serde_json from 1.0.72 to 1.0.73
  • Loading branch information
mark-stopka authored Dec 30, 2021
2 parents ac69f63 + 31e927b commit bdf5603
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
20 changes: 13 additions & 7 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 @@ -26,7 +26,7 @@ crossterm = "0.20"
merge = "0.1.0"
config = "0.11.0"
serde = "1.0.130"
serde_json = "1.0.72"
serde_json = "1.0.73"
serde_derive = "1.0.130"
strum = "0.23"
strum_macros = "0.23"
Expand Down

0 comments on commit bdf5603

Please sign in to comment.