summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-12 05:25:38 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-12 05:37:37 +0000
commitf72dc2b9cfabb634c0d387eebfdc03491f2c941f (patch)
tree5ea9e858ee0c2f7d810ae5e654ca756306e04117 /Cargo.toml
parentaaa5902ebeca84ae20758781a8530a99f88c293f (diff)
build(deps): bump log from 0.4.11 to 0.4.13
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.13. - [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/compare/0.4.11...0.4.13) 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 b284bd10f..a0a71440f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ toml = { version = "0.5.8", features = ["preserve_order"] }
rust-ini = "0.16.0"
serde_json = "1.0.61"
rayon = "1.5.0"
-log = { version = "0.4.11", features = ["std"] }
+log = { version = "0.4.13", features = ["std"] }
# battery is optional (on by default) because the crate doesn't currently build for Termux
# see: https://github.com/svartalf/rust-battery/issues/33
battery = { version = "0.7.8", optional = true }