summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2021-01-06 22:20:47 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-06 22:53:51 +0100
commit6a52f69b5816819ae3d44f231e236e6249c4eff7 (patch)
treef83f6901f030b2e192b44350fe940b6d9d51da0a /Cargo.lock
parent60406c7c2d581cb9110e02e7388e405afc831557 (diff)
Update to bugreport 0.3.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 48f16bbd..ced057ca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -196,7 +196,9 @@ dependencies = [
[[package]]
name = "bugreport"
-version = "0.1.0"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "116762017f173ea5d8103e75533f6bdb62cb6f2257c9c95672beb085a70daed8"
dependencies = [
"snailquote",
"sys-info",