summaryrefslogtreecommitdiffstats
path: root/zellij-utils
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-19 09:23:56 +0200
committerGitHub <noreply@github.com>2022-10-19 09:23:56 +0200
commit81081bc2c25bd99a3191668662c2a7c546c22c04 (patch)
tree29ae5c897980c3e435486dd3c693ee3921b337c4 /zellij-utils
parent130c16beb3ccd836025c20b67d6eff58e1d1f003 (diff)
chore(deps): upgrade log4rs (#1814)
Diffstat (limited to 'zellij-utils')
-rw-r--r--zellij-utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
index 0c2ad1e97..43310ff03 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -40,7 +40,7 @@ kdl = { version = "4.5.0", features = ["span"] }
#[cfg(not(target_family = "wasm"))]
[target.'cfg(not(target_family = "wasm"))'.dependencies]
termwiz = "0.16.0"
-log4rs = "1.0.0"
+log4rs = "1.2.0"
signal-hook = "0.3"
interprocess = "1.1.1"
async-std = { version = "1.3.0", features = ["unstable"] }