summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-11 23:28:57 -0400
committerMatan Kushner <hello@matchai.me>2019-07-11 23:28:57 -0400
commit79bfc7cf49a051544facb1ae27d734d1bb50f9fc (patch)
tree602d31e3fa6dc16ce99e35b28d128e4cb9792dec /Cargo.toml
parentfa390260908ef53b39dea4ec271e209b4638351f (diff)
chore(deps): Bump log from 0.4.6 to 0.4.7 (#93)
Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 ad5d1c71c..0e270a143 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ toml = "0.5.1"
serde_json = "1.0.40"
rayon = "1.1.0"
pretty_env_logger = "0.3.0"
-log = "0.4.6"
+log = "0.4.7"
battery = "0.7.4"
lazy_static = "1.3.0"