mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
Bump anyhow from 1.0.32 to 1.0.33
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.32 to 1.0.33. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.32...1.0.33) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
dd41e08748
commit
e34e783bb2
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -26,9 +26,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.32"
|
||||
version = "1.0.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
|
||||
checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
|
||||
|
||||
[[package]]
|
||||
name = "arc-swap"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ chrono = "0.4"
|
|||
backtrace = "0.3"
|
||||
ron = "0.6"
|
||||
serde = "1.0"
|
||||
anyhow = "1.0.32"
|
||||
anyhow = "1.0.33"
|
||||
unicode-width = "0.1"
|
||||
textwrap = "0.12"
|
||||
clipboard = { version = "0.5", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue