build(deps): bump log from 0.4.14 to 0.4.16 (#1278)

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

---
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:
dependabot[bot] 2022-03-28 10:40:45 +02:00 committed by GitHub
parent e1290f05ae
commit a4ad296875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -1243,9 +1243,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.14"
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
dependencies = [
"cfg-if 1.0.0",
"serde",

View File

@ -18,7 +18,7 @@ names = "0.11.0"
zellij-client = { path = "zellij-client/", version = "0.27.0" }
zellij-server = { path = "zellij-server/", version = "0.27.0" }
zellij-utils = { path = "zellij-utils/", version = "0.27.0" }
log = "0.4.14"
log = "0.4.16"
dialoguer = "0.9.0"
suggestion = "0.3"

View File

@ -12,7 +12,7 @@ license = "MIT"
mio = { version = "0.7.11", features = ['os-ext'] }
zellij-utils = { path = "../zellij-utils/", version = "0.27.0" }
zellij-tile = { path = "../zellij-tile/", version = "0.27.0" }
log = "0.4.14"
log = "0.4.16"
[dev-dependencies]
insta = "1.6.0"

View File

@ -23,7 +23,7 @@ wasmer-wasi = "1.0.0"
cassowary = "0.3.0"
zellij-utils = { path = "../zellij-utils/", version = "0.27.0" }
zellij-tile = { path = "../zellij-tile/", version = "0.27.0" }
log = "0.4.14"
log = "0.4.16"
typetag = "0.1.7"
chrono = "0.4.19"
close_fds = "0.3.2"

View File

@ -33,7 +33,7 @@ thiserror = "1.0.30"
url = { version = "2.2.2", features = ["serde"] }
vte = "0.10.1"
zellij-tile = { path = "../zellij-tile/", version = "0.27.0" }
log = "0.4.14"
log = "0.4.16"
log4rs = "1.0.0"
unicode-width = "0.1.8"
miette = { version = "3.3.0", features = ["fancy"] }