mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 06:19:42 +00:00
cargo: bump glob from 0.3.0 to 0.3.1
Bumps [glob](https://github.com/rust-lang/glob) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/rust-lang/glob/releases) - [Commits](https://github.com/rust-lang/glob/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f2cba66029
commit
0bc52d4386
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -615,9 +615,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"
|
||||
|
|
|
@ -42,7 +42,7 @@ config = { version = "0.13.3", default-features = false, features = ["toml"] }
|
|||
crossterm = { version = "0.25", default-features = false }
|
||||
dirs = "4.0.0"
|
||||
git2 = "0.15.0"
|
||||
glob = "0.3.0"
|
||||
glob = "0.3.1"
|
||||
hex = "0.4.3"
|
||||
itertools = "0.10.5"
|
||||
jujutsu-lib = { version = "=0.6.1", path = "lib", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue