summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-28 10:40:45 +0200
committerGitHub <noreply@github.com>2022-03-28 10:40:45 +0200
commita4ad29687568b7e16f73d9d84c09a7c1f8585bdf (patch)
tree55dd0fb2bca680c79d36c16858fe892388c32ced
parente1290f05ae33e4a9cb96d50ee5cc05d00b120ee7 (diff)
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>
-rw-r--r--Cargo.lock4
-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, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5e2cab67d..1438859d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 678963862..8f4988d21 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 4684ea725..a36d0d733 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.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"
diff --git a/zellij-server/Cargo.toml b/zellij-server/Cargo.toml
index c3be617c2..4eafc226a 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.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"
diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
index e65a432f1..e6a4a3c03 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.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"] }