Skip to content

Commit c24ea52

Browse files
Bump regex from 1.7.1 to 1.8.1 in /src/agent (microsoft#3052)
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.7.1...1.8.1) --- 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>
1 parent 7f1257b commit c24ea52

File tree

9 files changed

+23
-14
lines changed

9 files changed

+23
-14
lines changed

src/agent/Cargo.lock

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/coverage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cobertura = { path = "../cobertura" }
1010
debuggable-module = { path = "../debuggable-module" }
1111
iced-x86 = "1.18"
1212
log = "0.4.17"
13-
regex = "1.7"
13+
regex = "1.8"
1414
symbolic = { version = "10.1", features = [
1515
"debuginfo",
1616
"demangle",

src/agent/debuggable-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ goblin = "0.6.0"
1212
iced-x86 = "1.18"
1313
log = "0.4.17"
1414
pdb = "0.8.0"
15-
regex = "1.7"
15+
regex = "1.8"
1616
symbolic = { version = "10.1", features = ["debuginfo", "demangle", "symcache"] }
1717
thiserror = "1.0"
1818

src/agent/dynamic-library/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
anyhow = "1.0"
99
clap = { version = "4.1.6", features = ["derive"] }
1010
lazy_static = "1.4"
11-
regex = "1.7"
11+
regex = "1.8"
1212
thiserror = "1.0"
1313

1414
[target.'cfg(windows)'.dependencies]

src/agent/libclusterfuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ description = "Minimal porting of features from libclusterfuzz"
1010

1111
[dependencies]
1212
anyhow = "1.0"
13-
regex = "1.7.1"
13+
regex = "1.8.1"
1414
lazy_static = "1.4"

src/agent/onefuzz-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy_static = "1.4"
2727
log = "0.4"
2828
num_cpus = "1.15"
2929
onefuzz-file-format = { path = "../onefuzz-file-format" }
30-
regex = "1.7.1"
30+
regex = "1.8.1"
3131
reqwest = { version = "0.11", features = [
3232
"json",
3333
"stream",

src/agent/onefuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hex = "0.4"
1919
lazy_static = "1.4"
2020
log = "0.4"
2121
notify = "5.1.0"
22-
regex = "1.7.1"
22+
regex = "1.8.1"
2323
reqwest = { version = "0.11", features = [
2424
"json",
2525
"stream",

src/agent/stacktrace-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
[dependencies]
99
anyhow = "1.0"
1010
hex = "0.4"
11-
regex = "1.7.1"
11+
regex = "1.8.1"
1212
lazy_static = "1.4.0"
1313
sha2 = "0.10.2"
1414
serde = { version = "1.0", features = ["derive"] }

src/agent/storage-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ derivative = "2.2"
1515
flume = "0.10"
1616
num_cpus = "1.15"
1717
quick-xml = { version = "0.28", features = ["serialize", "serde-types"] }
18-
regex = "1.7.1"
18+
regex = "1.8.1"
1919
reqwest = { version = "0.11", features = [
2020
"json",
2121
"stream",

0 commit comments

Comments
 (0)