mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 02:28:10 +00:00
Bump regex from 1.5.5 to 1.6.0 in /src/agent (#2127)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
8
src/agent/Cargo.lock
generated
8
src/agent/Cargo.lock
generated
@ -2440,9 +2440,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",
|
||||
@ -2451,9 +2451,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"
|
||||
|
@ -21,7 +21,7 @@ iced-x86 = { version = "1.17", features = ["decoder", "op_code_info", "instr_inf
|
||||
log = "0.4"
|
||||
memmap2 = "0.5"
|
||||
msvc-demangler = "0.9"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
rustc-demangle = "0.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
symbolic = { version = "8.8", features = ["debuginfo", "demangle", "symcache"] }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
lazy_static = "1.4"
|
||||
regex = "1.5"
|
||||
regex = "1.6"
|
||||
structopt = "0.3"
|
||||
thiserror = "1.0"
|
||||
|
||||
|
@ -10,5 +10,5 @@ description = "Minimal porting of features from libclusterfuzz"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
lazy_static = "1.4"
|
||||
|
@ -19,7 +19,7 @@ hex = "0.4"
|
||||
lazy_static = "1.4"
|
||||
log = "0.4"
|
||||
notify = "5.0.0-pre.14"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
reqwest = { version = "0.11", features = ["json", "stream", "rustls-tls"], default-features=false }
|
||||
sha2 = "0.10.2"
|
||||
url = { version = "2.2", features = ["serde"] }
|
||||
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
hex = "0.4"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
sha2 = "0.10.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
@ -14,7 +14,7 @@ bytes = { version = "1.2", features = ["serde"] }
|
||||
derivative = "2.2"
|
||||
flume = "0.10"
|
||||
num_cpus = "1.13"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
reqwest = { version = "0.11", features = ["json", "stream", "rustls-tls"], default-features=false }
|
||||
reqwest-retry = { path = "../reqwest-retry" }
|
||||
serde = { version = "1.0", features = ["derive"]}
|
||||
|
Reference in New Issue
Block a user