mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 11:03:25 +03:00
Bump anyhow from 1.0.37 to 1.0.38
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.37 to 1.0.38. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.37...1.0.38) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
0cbfa13ba5
commit
325d74204a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -28,9 +28,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.37"
|
||||
version = "1.0.38"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
|
||||
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
||||
|
||||
[[package]]
|
||||
name = "arrayvec"
|
||||
|
@ -37,7 +37,7 @@ chrono = "0.4"
|
||||
backtrace = "0.3"
|
||||
ron = "0.6"
|
||||
serde = "1.0"
|
||||
anyhow = "1.0.37"
|
||||
anyhow = "1.0.38"
|
||||
unicode-width = "0.1"
|
||||
textwrap = "0.13"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user