Skip to content

Commit 5087cc4

Browse files
Update glob requirement from 0.2.11 to 0.3.0
Updates the requirements on [glob](https://github.com/rust-lang/glob) to permit the latest version. - [Release notes](https://github.com/rust-lang/glob/releases) - [Commits](rust-lang/glob@0.2.11...0.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 95b45ec commit 5087cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ flate2 = { version = "1.0.3", features = ['zlib'] }
3434
fs2 = "0.4"
3535
git2 = "0.8.0"
3636
git2-curl = "0.9.0"
37-
glob = "0.2.11"
37+
glob = "0.3.0"
3838
hex = "0.3"
3939
home = "0.3"
4040
ignore = "0.4"

0 commit comments

Comments
 (0)