From e79085e9e459a09b10aee01447e0f592315af7d8 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 15 Apr 2019 14:07:03 -0400 Subject: release: globset 0.4.3 --- Cargo.lock | 6 +++--- globset/Cargo.toml | 2 +- grep-cli/Cargo.toml | 2 +- ignore/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54a7ac08..2d1798ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "globset" -version = "0.4.2" +version = "0.4.3" dependencies = [ "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "bstr 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -167,7 +167,7 @@ version = "0.1.1" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "bstr 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "globset 0.4.2", + "globset 0.4.3", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -240,7 +240,7 @@ name = "ignore" version = "0.4.6" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "globset 0.4.2", + "globset 0.4.3", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/globset/Cargo.toml b/globset/Cargo.toml index 5488df36..ce9637e3 100644 --- a/globset/Cargo.toml +++ b/globset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "globset" -version = "0.4.2" #:version +version = "0.4.3" #:version authors = ["Andrew Gallant "] description = """ Cross platform single glob and glob set matching. Glob set matching is the diff --git a/grep-cli/Cargo.toml b/grep-cli/Cargo.toml index f143e401..b415e8c7 100644 --- a/grep-cli/Cargo.toml +++ b/grep-cli/Cargo.toml @@ -15,7 +15,7 @@ license = "Unlicense/MIT" [dependencies] atty = "0.2.11" bstr = "0.1.2" -globset = { version = "0.4.2", path = "../globset" } +globset = { version = "0.4.3", path = "../globset" } lazy_static = "1.1.0" log = "0.4.5" regex = "1.1" diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml index 9d5e13d9..d76d026b 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -19,7 +19,7 @@ bench = false [dependencies] crossbeam-channel = "0.3.6" -globset = { version = "0.4.2", path = "../globset" } +globset = { version = "0.4.3", path = "../globset" } lazy_static = "1.1" log = "0.4.5" memchr = "2.1" -- cgit v1.2.3