Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Bump regex from 1.7.1 to 1.8.1 in /src/agent
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2023
1 parent 7f1257b commit 07be5b5
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 14 deletions.
21 changes: 15 additions & 6 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cobertura = { path = "../cobertura" }
debuggable-module = { path = "../debuggable-module" }
iced-x86 = "1.18"
log = "0.4.17"
regex = "1.7"
regex = "1.8"
symbolic = { version = "10.1", features = [
"debuginfo",
"demangle",
Expand Down
2 changes: 1 addition & 1 deletion src/agent/debuggable-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ goblin = "0.6.0"
iced-x86 = "1.18"
log = "0.4.17"
pdb = "0.8.0"
regex = "1.7"
regex = "1.8"
symbolic = { version = "10.1", features = ["debuginfo", "demangle", "symcache"] }
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion src/agent/dynamic-library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
anyhow = "1.0"
clap = { version = "4.1.6", features = ["derive"] }
lazy_static = "1.4"
regex = "1.7"
regex = "1.8"
thiserror = "1.0"

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/agent/libclusterfuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ description = "Minimal porting of features from libclusterfuzz"

[dependencies]
anyhow = "1.0"
regex = "1.7.1"
regex = "1.8.1"
lazy_static = "1.4"
2 changes: 1 addition & 1 deletion src/agent/onefuzz-task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy_static = "1.4"
log = "0.4"
num_cpus = "1.15"
onefuzz-file-format = { path = "../onefuzz-file-format" }
regex = "1.7.1"
regex = "1.8.1"
reqwest = { version = "0.11", features = [
"json",
"stream",
Expand Down
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hex = "0.4"
lazy_static = "1.4"
log = "0.4"
notify = "5.1.0"
regex = "1.7.1"
regex = "1.8.1"
reqwest = { version = "0.11", features = [
"json",
"stream",
Expand Down
2 changes: 1 addition & 1 deletion src/agent/stacktrace-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
anyhow = "1.0"
hex = "0.4"
regex = "1.7.1"
regex = "1.8.1"
lazy_static = "1.4.0"
sha2 = "0.10.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/agent/storage-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ derivative = "2.2"
flume = "0.10"
num_cpus = "1.15"
quick-xml = { version = "0.28", features = ["serialize", "serde-types"] }
regex = "1.7.1"
regex = "1.8.1"
reqwest = { version = "0.11", features = [
"json",
"stream",
Expand Down

0 comments on commit 07be5b5

Please sign in to comment.