From 5478b5ff44c5763ac54d552c020cd9716b5210d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 23:21:48 +0000 Subject: [PATCH] Bump bugreport from 0.4.1 to 0.5.0 Bumps [bugreport](https://github.com/sharkdp/bugreport) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/sharkdp/bugreport/releases) - [Commits](https://github.com/sharkdp/bugreport/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: bugreport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65df4defd4..e425377c77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,9 +152,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bugreport" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0014b4b2b4f63bfe69c3838470121290cc437fdc79785d408a761a21e8b2404c" +checksum = "535120b8182547808081a66f1f77a64533c780b23da26763e0ee34dfb94f98c9" dependencies = [ "git-version", "shell-escape", diff --git a/Cargo.toml b/Cargo.toml index 2ca3999bee..f6ca5f0dc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0" asyncgit = { path = "./asyncgit", version = "0.21", default-features = false } backtrace = "0.3" bitflags = "1.3" -bugreport = "0.4" +bugreport = "0.5" bytesize = { version = "1.1", default-features = false } chrono = "0.4" clap = { version = "2.33", default-features = false }