summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2021-05-12 22:34:00 +0200
committerGitHub <noreply@github.com>2021-05-12 22:34:00 +0200
commit516da7719f3e298e185d83ff09fe9dd213a60b2d (patch)
tree19f5a31a2e85c38ee131513702d8fe62bea82301 /Cargo.toml
parentd4df0b4405ae3853463daa0a60fce82a0342fc84 (diff)
parent1a610dbdd252f23c28d0df6b35e89bd71f0979c4 (diff)
Merge pull request #1646 from sharkdp/dependabot/cargo/bugreport-0.4.0
Bump bugreport from 0.3.0 to 0.4.0
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 f5c3b358..be2da876 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]