summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-19 05:27:49 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-19 06:05:51 +0000
commit63594b746e394ac6714025c833168b0f24aabd41 (patch)
tree85aa90e7756a1a2f1ef54e2a0b01fbc40c300edb /Cargo.toml
parenta4c5c00a73598098ffb30f3bebe4781ee2601b36 (diff)
build(deps): bump gethostname from 0.2.0 to 0.2.1
Bumps [gethostname](https://github.com/lunaryorn/gethostname.rs) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/lunaryorn/gethostname.rs/releases) - [Changelog](https://github.com/lunaryorn/gethostname.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/lunaryorn/gethostname.rs/compare/gethostname-0.2.0...gethostname-0.2.1) 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 f0b8f3196..bbf39075d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ log = "0.4.8"
battery = { version = "0.7.5", optional = true }
path-slash = "0.1.1"
unicode-segmentation = "1.6.0"
-gethostname = "0.2.0"
+gethostname = "0.2.1"
once_cell = "1.2.0"
chrono = "0.4"
sysinfo = "0.10.3"