summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-30 21:15:54 -0300
committerGitHub <noreply@github.com>2021-08-30 21:15:54 -0300
commitfce30995d156c8f4d359a8619d1519ee9878f013 (patch)
tree1363de27047981b584640da24984e9c5c7c17de9 /Cargo.toml
parent7f9dcfd90226f32a5d98e6b020172bd4090dc376 (diff)
Bump thiserror from 1.0.26 to 1.0.28 (#616)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.26 to 1.0.28. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.26...1.0.28) --- updated-dependencies: - dependency-name: thiserror 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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6520230..a7e3050 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ directories-next = "2.0.0"
walkdir = "2.3.1"
shellwords = "1.1.0"
anyhow = "1.0.43"
-thiserror = "1.0.26"
+thiserror = "1.0.28"
strip-ansi-escapes = "0.1.0"
edit = "0.1.3"
remove_dir_all = "0.7.0"