Bump edit from 0.1.3 to 0.1.4 (#739)

Bumps [edit](https://github.com/milkey-mouse/edit) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/milkey-mouse/edit/releases)
- [Commits](https://github.com/milkey-mouse/edit/compare/v0.1.3...v0.1.4)

---
updated-dependencies:
- dependency-name: edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-12 09:31:40 -04:00 committed by GitHub
parent 7c9ad641c7
commit 49570bf7b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -183,9 +183,9 @@ dependencies = [
[[package]]
name = "edit"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cdd6936f8bd9782e28932eef853bfcd8548992ce5748bb3e7e88bad613d0ee0"
checksum = "c562aa71f7bc691fde4c6bf5f93ae5a5298b617c2eb44c76c87832299a17fbb4"
dependencies = [
"tempfile",
"which",

View file

@ -29,7 +29,7 @@ shellwords = "1.1.0"
anyhow = "1.0.57"
thiserror = "1.0.31"
strip-ansi-escapes = "0.1.1"
edit = "0.1.3"
edit = "0.1.4"
remove_dir_all = "0.7.0"
serde = { version = "1.0.137", features = ["derive"] }
serde_yaml = "0.8.24"