Skip to content

Commit

Permalink
Bump regex from 1.9.3 to 1.10.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.9.3 to 1.10.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.9.3...1.10.1)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 144267d commit 9415647
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 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 @@ -13,7 +13,7 @@ cobertura = { path = "../cobertura" }
debuggable-module = { path = "../debuggable-module" }
iced-x86 = "1.20"
log = "0.4.17"
regex = "1.9"
regex = "1.10"
symbolic = { version = "12.3", 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"
iced-x86 = "1.20"
log = "0.4.17"
pdb = "0.8.0"
regex = "1.9"
regex = "1.10"
symbolic = { version = "12.3", features = [
"debuginfo",
"demangle",
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.4.2", features = ["derive"] }
lazy_static = "1.4"
regex = "1.9"
regex = "1.10"
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.9.1"
regex = "1.10.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 @@ -36,7 +36,7 @@ lazy_static = "1.4"
log = "0.4"
num_cpus = "1.15"
onefuzz-file-format = { path = "../onefuzz-file-format" }
regex = "1.9.1"
regex = "1.10.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 = { version = "6.1.1", default-features = false }
regex = "1.9.1"
regex = "1.10.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.9.1"
regex = "1.10.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.30", features = ["serialize", "serde-types"] }
regex = "1.9.1"
regex = "1.10.1"
reqwest = { version = "0.11", features = [
"json",
"stream",
Expand Down

0 comments on commit 9415647

Please sign in to comment.