mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-29 12:06:26 +03:00
simplelog upgrade
This commit is contained in:
parent
cd3989238b
commit
1d409d31ab
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1274,9 +1274,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "simplelog"
|
||||
version = "0.10.2"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "85d04ae642154220ef00ee82c36fb07853c10a4f2a0ca6719f9991211d2eb959"
|
||||
checksum = "8baa24de25f3092d9697c76f94cf09f67fca13db2ea11ce80c2f055c1aaf0795"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"log",
|
||||
|
@ -30,7 +30,7 @@ bytesize = { version = "1.0", default-features = false}
|
||||
itertools = "0.10"
|
||||
rayon-core = "1.9"
|
||||
log = "0.4"
|
||||
simplelog = { version = "0.10", default-features = false }
|
||||
simplelog = { version = "0.11", default-features = false }
|
||||
dirs-next = "2.0"
|
||||
crossbeam-channel = "0.5"
|
||||
scopeguard = "1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user