summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-17 20:32:49 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-17 20:33:13 -0400
commit8e358ee056c78f88009b0348bdd350743774989e (patch)
tree1b117aeee88c514b29f4721789546555bce5a0c0 /Cargo.toml
parent5b5f4e74d92484d3a521ecd0171e9af80be888b2 (diff)
deps: bump various dependencies
Nothing major here. All patch releases. This should bring us completely up to date with all direct dependencies.
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 14e1038a..45268649 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ path = "tests/tests.rs"
members = ["grep", "globset", "ignore"]
[dependencies]
-atty = "0.2.9"
+atty = "0.2.10"
bytecount = "0.3.1"
encoding_rs = "0.8"
globset = { version = "0.4.0", path = "globset" }