Skip to content

Commit

Permalink
chore(deps): bump yaml-rust from 0.3.5 to 0.4.1 (#52)
Browse files Browse the repository at this point in the history
Bumps [yaml-rust](https://github.com/chyh1990/yaml-rust) from 0.3.5 to 0.4.1.
- [Release notes](https://github.com/chyh1990/yaml-rust/releases)
- [Commits](chyh1990/yaml-rust@0.3.5...0.4.1)

---
updated-dependencies:
- dependency-name: yaml-rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 22, 2023
1 parent 52bec6a commit c7bc026
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ docopt = "1"
serde = "1.0" # if you're using `derive(Deserialize)`
serde_derive = "1.0" # if you're using `derive(Deserialize)`
notify = "4.0.0"
yaml-rust = "0.3.2"
yaml-rust = "0.4.1"
glob="0.2.11"
#clippy = "*"

0 comments on commit c7bc026

Please sign in to comment.