Bump log from 0.4.17 to 0.4.19

Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.19.
- [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.19)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/326/head
dependabot[bot] 10 months ago committed by github-actions[bot]
parent 0ce7125098
commit 322f63739f

7
Cargo.lock generated

@ -713,12 +713,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.17"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
[[package]]
name = "memchr"

@ -16,7 +16,7 @@ evdev = "0.12.1"
fork = "0.1"
indoc = "2.0"
lazy_static = "1.4.0"
log = "0.4.17"
log = "0.4.19"
nix = "0.26.2"
regex = "1.8.4"
serde = { version = "1.0", features = ["derive"] }

Loading…
Cancel
Save