From 72807462e8cdecc54c224a202baca5462f44b983 Mon Sep 17 00:00:00 2001 From: Andrew Gallant <jamslam@gmail.com> Date: Sat, 9 May 2020 10:39:43 -0400 Subject: [PATCH] deps: update minimal versions for dependencies --- Cargo.toml | 8 ++------ crates/cli/Cargo.toml | 2 +- crates/ignore/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7592638d..e48b6f20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,6 @@ build = "build.rs" autotests = false edition = "2018" -[badges] -# I guess crates.io does not support GitHub Action badges yet. -# Tracking PR: https://github.com/rust-lang/crates.io/pull/1838 - [[bin]] bench = false path = "crates/core/main.rs" @@ -47,8 +43,8 @@ members = [ [dependencies] bstr = "0.2.12" -grep = { version = "0.2.5", path = "crates/grep" } -ignore = { version = "0.4.12", path = "crates/ignore" } +grep = { version = "0.2.6", path = "crates/grep" } +ignore = { version = "0.4.15", path = "crates/ignore" } lazy_static = "1.1.0" log = "0.4.5" num_cpus = "1.8.0" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index b21ad0cf..809f18dd 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,7 +15,7 @@ license = "Unlicense/MIT" [dependencies] atty = "0.2.11" bstr = "0.2.0" -globset = { version = "0.4.3", path = "../globset" } +globset = { version = "0.4.5", path = "../globset" } lazy_static = "1.1.0" log = "0.4.5" regex = "1.1" diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml index 9a089ecb..0bc56de6 100644 --- a/crates/ignore/Cargo.toml +++ b/crates/ignore/Cargo.toml @@ -19,7 +19,7 @@ bench = false [dependencies] crossbeam-utils = "0.7.0" -globset = { version = "0.4.3", path = "../globset" } +globset = { version = "0.4.5", path = "../globset" } lazy_static = "1.1" log = "0.4.5" memchr = "2.1"