summaryrefslogtreecommitdiffstats
path: root/vendor/globset/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:42 +0000
commit837b550238aa671a591ccf282dddeab29cadb206 (patch)
tree914b6b8862bace72bd3245ca184d374b08d8a672 /vendor/globset/Cargo.toml
parentAdding debian version 1.70.0+dfsg2-1. (diff)
downloadrustc-837b550238aa671a591ccf282dddeab29cadb206.tar.xz
rustc-837b550238aa671a591ccf282dddeab29cadb206.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/globset/Cargo.toml')
-rw-r--r--vendor/globset/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/globset/Cargo.toml b/vendor/globset/Cargo.toml
index 4a52e0503..148aab674 100644
--- a/vendor/globset/Cargo.toml
+++ b/vendor/globset/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "globset"
-version = "0.4.9"
+version = "0.4.10"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Cross platform single glob and glob set matching. Glob set matching is the
@@ -40,7 +40,7 @@ bench = false
version = "0.7.3"
[dependencies.bstr]
-version = "0.2.0"
+version = "1.1.0"
features = ["std"]
default-features = false