mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-23 15:06:28 +08:00
Bump regex from 1.5.5 to 1.6.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.6.0. - [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.5.5...1.6.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
181d72e90b
commit
ad81b3bc47
3 changed files with 6 additions and 6 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -2879,9 +2879,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.5.5"
|
||||
version = "1.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
||||
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
@ -2899,9 +2899,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.6.25"
|
||||
version = "0.6.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
||||
|
||||
[[package]]
|
||||
name = "remove_dir_all"
|
||||
|
|
|
@ -41,4 +41,4 @@ warpgate-common = { version = "*", path = "../warpgate-common" }
|
|||
warpgate-db-entities = { version = "*", path = "../warpgate-db-entities" }
|
||||
warpgate-protocol-ssh = { version = "*", path = "../warpgate-protocol-ssh" }
|
||||
warpgate-web = { version = "*", path = "../warpgate-web" }
|
||||
regex = "1.5"
|
||||
regex = "1.6"
|
||||
|
|
|
@ -27,4 +27,4 @@ warpgate-db-entities = {version = "*", path = "../warpgate-db-entities"}
|
|||
warpgate-web = {version = "*", path = "../warpgate-web"}
|
||||
percent-encoding = "2.1"
|
||||
uuid = {version = "1.0", features = ["v4"]}
|
||||
regex = "1.5"
|
||||
regex = "1.6"
|
||||
|
|
Loading…
Reference in a new issue