mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-28 03:22:51 +03:00
Bump simplelog from 0.9.0 to 0.10.0
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
f6ab69ece4
commit
2ded43dca2
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -982,9 +982,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "simplelog"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
|
||||
checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"log",
|
||||
|
@ -28,7 +28,7 @@ bytesize = { version = "1.0", default-features = false}
|
||||
itertools = "0.10"
|
||||
rayon-core = "1.9"
|
||||
log = "0.4"
|
||||
simplelog = { version = "0.9", default-features = false }
|
||||
simplelog = { version = "0.10", default-features = false }
|
||||
dirs-next = "2.0"
|
||||
crossbeam-channel = "0.5"
|
||||
scopeguard = "1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user