build(deps): bump log from 0.4.16 to 0.4.17 (#1386)
Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17. - [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/0.4.17) --- 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
633864e511
commit
fe9fa2d60a
5 changed files with 8 additions and 8 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -1303,9 +1303,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.16"
|
||||
version = "0.4.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
||||
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"serde",
|
||||
|
|
@ -2761,9 +2761,9 @@ checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
|||
|
||||
[[package]]
|
||||
name = "value-bag"
|
||||
version = "1.0.0-alpha.8"
|
||||
version = "1.0.0-alpha.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"
|
||||
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
||||
dependencies = [
|
||||
"ctor",
|
||||
"version_check",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ names = "0.11.0"
|
|||
zellij-client = { path = "zellij-client/", version = "0.30.0" }
|
||||
zellij-server = { path = "zellij-server/", version = "0.30.0" }
|
||||
zellij-utils = { path = "zellij-utils/", version = "0.30.0" }
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
dialoguer = "0.9.0"
|
||||
suggestion = "0.3"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ license = "MIT"
|
|||
mio = { version = "0.7.11", features = ['os-ext'] }
|
||||
zellij-utils = { path = "../zellij-utils/", version = "0.30.0" }
|
||||
zellij-tile = { path = "../zellij-tile/", version = "0.30.0" }
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.6.0"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ wasmer-wasi = "1.0.0"
|
|||
cassowary = "0.3.0"
|
||||
zellij-utils = { path = "../zellij-utils/", version = "0.30.0" }
|
||||
zellij-tile = { path = "../zellij-tile/", version = "0.30.0" }
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
typetag = "0.1.7"
|
||||
chrono = "0.4.19"
|
||||
close_fds = "0.3.2"
|
||||
|
|
|
|||
|
|
@ -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.30.0" }
|
||||
log = "0.4.16"
|
||||
log = "0.4.17"
|
||||
log4rs = "1.0.0"
|
||||
unicode-width = "0.1.8"
|
||||
miette = { version = "3.3.0", features = ["fancy"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue