diff --git a/Cargo.lock b/Cargo.lock index 915529b..16afbd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,9 +181,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 875a4f2..740257d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ bincode = { version = "2.0", default-features = false, features = ["std", "serde serde = { version = "1.0.199", features = ["derive"] } flate2 = "1.0.30" once_cell = "1.19.0" -bugreport = "0.5.0" +bugreport = "0.6.0" dunce = "1.0.4" encoding_rs = "0.8.34" path-clean = "1.0.1"