summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 09:19:52 +0000
committerGitHub <noreply@github.com>2021-05-12 09:19:52 +0000
commit1a610dbdd252f23c28d0df6b35e89bd71f0979c4 (patch)
tree53eeaff2668451424c2901d7ef281e96fc62264f /Cargo.toml
parent285b1556a97e0499a2b50679ac6c359942c3e6e7 (diff)
Bump bugreport from 0.3.0 to 0.4.0
Bumps [bugreport](https://github.com/sharkdp/bugreport) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/sharkdp/bugreport/releases) - [Commits](https://github.com/sharkdp/bugreport/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot[bot] <support@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 f0eb26c0..d18a72c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@ serde_yaml = "0.8"
semver = "0.11"
path_abs = { version = "0.5", default-features = false }
clircle = "0.3"
-bugreport = "0.3"
+bugreport = "0.4"
dirs-next = { version = "2.0.0", optional = true }
[dependencies.git2]