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 }