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