summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-09 18:32:36 +0200
committerGitHub <noreply@github.com>2022-05-09 18:32:36 +0200
commitfe9fa2d60a4f8e55adcc6f6c39041b4a6c98912b (patch)
treeba1176b36e3e3697eef4704d9fb05fa79f8e57ee
parent633864e511158018e0e26c130f2e21497deffc0c (diff)
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>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
-rw-r--r--zellij-client/Cargo.toml2
-rw-r--r--zellij-server/Cargo.toml2
-rw-r--r--zellij-utils/Cargo.toml2
5 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index da503e306..360b253a4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index af5f34b9f..c0aff1ee8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 94b482cfc..b4b564d76 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -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"
diff --git a/zellij-server/Cargo.toml b/zellij-server/Cargo.toml
index 96bcc64c7..d1cf9eb25 100644
--- a/zellij-server/Cargo.toml
+++ b/zellij-server/Cargo.toml
@@ -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"
diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
index ebbcefba6..bde1d07aa 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -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"] }