diff --git a/Cargo.lock b/Cargo.lock index 5e2cab67..1438859d 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 67896386..8f4988d2 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 4684ea72..a36d0d73 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 c3be617c..4eafc226 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 e65a432f..e6a4a3c0 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"] }