summaryrefslogtreecommitdiffstats
path: root/zellij-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-client/Cargo.toml')
-rw-r--r--zellij-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"