mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix(deps): update rust crate glob to 0.3.1
This commit is contained in:
Generated
+2
-2
@@ -1008,9 +1008,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "glob"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
||||
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
||||
|
||||
[[package]]
|
||||
name = "half"
|
||||
|
||||
+1
-1
@@ -284,7 +284,7 @@ fs_extra = "1.1.0"
|
||||
fts-sys = "0.2"
|
||||
fundu = "0.4.3"
|
||||
gcd = "2.2"
|
||||
glob = "0.3.0"
|
||||
glob = "0.3.1"
|
||||
half = "2.1"
|
||||
indicatif = "0.17"
|
||||
is-terminal = "0.4.3"
|
||||
|
||||
@@ -23,7 +23,7 @@ uucore_procs = { workspace=true }
|
||||
dns-lookup = { version="1.0.5", optional=true }
|
||||
dunce = "1.0.3"
|
||||
wild = "2.0"
|
||||
glob = "0.3.0"
|
||||
glob = "0.3.1"
|
||||
# * optional
|
||||
itertools = { version="0.10.0", optional=true }
|
||||
thiserror = { workspace=true, optional=true }
|
||||
|
||||
Reference in New Issue
Block a user