mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
upgrade
This commit is contained in:
parent
8fd5d991bd
commit
32a9dbf43e
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue