mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
Bump log from 0.4.17 to 0.4.22 (#581)
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.22. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.22) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bd400934ee
commit
2c733f6199
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -475,12 +475,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.17"
|
||||
version = "0.4.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
]
|
||||
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ regex = "1.6.0"
|
|||
lazy_static = "1.4.0"
|
||||
shlex = { version = "1.1.0", optional = true }
|
||||
unicode-width = "0.1.9"
|
||||
log = "0.4.17"
|
||||
log = "0.4.22"
|
||||
env_logger = { version = "0.9.0", optional = true }
|
||||
time = "0.3.13"
|
||||
clap = { version = "3.2.22", optional = true, features = ["cargo"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue