diff --git a/Cargo.lock b/Cargo.lock index 3e7afddcae..4c08a3bdef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,9 +329,9 @@ dependencies = [ [[package]] name = "bugreport" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f280f65ce85b880919349bbfcb204930291251eedcb2e5f84ce2f51df969c162" +checksum = "60c65ffd876f5b1dbfe5dde48856f146da8640989cbc11f157762ebfa3c2309e" dependencies = [ "git-version", "shell-escape", diff --git a/Cargo.toml b/Cargo.toml index 6b69f2f516..35fb1f2aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ asyncgit = { path = "./asyncgit", version = "0.28.1", default-features = false } backtrace = "0.3" base64 = "0.22" bitflags = "2.10" -bugreport = "0.5.1" +bugreport = "0.6.0" bwrap = { version = "1.3", features = ["use_std"] } bytesize = { version = "2.3", default-features = false } chrono = { version = "0.4", default-features = false, features = ["clock"] }