mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 05:54:18 +00:00
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:
parent
7c9ad641c7
commit
49570bf7b5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue