summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-09 18:32:36 +0200
committerGitHub <noreply@github.com>2022-05-09 18:32:36 +0200
commitfe9fa2d60a4f8e55adcc6f6c39041b4a6c98912b (patch)
treeba1176b36e3e3697eef4704d9fb05fa79f8e57ee /Cargo.toml
parent633864e511158018e0e26c130f2e21497deffc0c (diff)
build(deps): bump log from 0.4.16 to 0.4.17 (#1386)
Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17. - [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/0.4.17) --- 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 af5f34b9f..c0aff1ee8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ names = "0.11.0"
zellij-client = { path = "zellij-client/", version = "0.30.0" }
zellij-server = { path = "zellij-server/", version = "0.30.0" }
zellij-utils = { path = "zellij-utils/", version = "0.30.0" }
-log = "0.4.16"
+log = "0.4.17"
dialoguer = "0.9.0"
suggestion = "0.3"