summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-16 05:28:40 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-16 05:37:33 +0000
commit77bd80839ef6ac94cbf8e95095c566afd4f9b499 (patch)
treebf7a669e57441cbd467a25b3ff472336ada55b4c /Cargo.toml
parentcf5837065a138dc875de725874724e145479a1f0 (diff)
build(deps): bump unicode-segmentation from 1.6.0 to 1.7.0
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) 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 073706102..09ea1657c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ log = { version = "0.4.11", features = ["std"] }
# see: https://github.com/svartalf/rust-battery/issues/33
battery = { version = "0.7.8", optional = true }
path-slash = "0.1.3"
-unicode-segmentation = "1.6.0"
+unicode-segmentation = "1.7.0"
gethostname = "0.2.1"
once_cell = "1.5.2"
chrono = "0.4"