mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
cargo: bump regex from 1.7.0 to 1.7.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b85e4e136f
commit
1df1603b0b
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1468,9 +1468,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.7.0"
|
version = "1.7.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|
|
@ -50,7 +50,7 @@ maplit = "1.0.2"
|
||||||
once_cell = "1.17.0"
|
once_cell = "1.17.0"
|
||||||
pest = "2.5.2"
|
pest = "2.5.2"
|
||||||
pest_derive = "2.5"
|
pest_derive = "2.5"
|
||||||
regex = "1.7.0"
|
regex = "1.7.1"
|
||||||
rpassword = "7.2.0"
|
rpassword = "7.2.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
slab = "0.4.7"
|
slab = "0.4.7"
|
||||||
|
@ -70,7 +70,7 @@ criterion = "0.4.0"
|
||||||
criterion_bencher_compat = "0.4.0"
|
criterion_bencher_compat = "0.4.0"
|
||||||
insta = { version = "1.26.0", features = ["filters"] }
|
insta = { version = "1.26.0", features = ["filters"] }
|
||||||
predicates = "2.1.5"
|
predicates = "2.1.5"
|
||||||
regex = "1.7.0"
|
regex = "1.7.1"
|
||||||
test-case = "2.2.2"
|
test-case = "2.2.2"
|
||||||
testutils = { path = "lib/testutils" }
|
testutils = { path = "lib/testutils" }
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ pest = "2.5.2"
|
||||||
pest_derive = "2.5.2"
|
pest_derive = "2.5.2"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rand_chacha = "0.3.1"
|
rand_chacha = "0.3.1"
|
||||||
regex = "1.7.0"
|
regex = "1.7.1"
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.91"
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
thiserror = "1.0.38"
|
thiserror = "1.0.38"
|
||||||
|
|
Loading…
Reference in a new issue