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.5.5 to 1.6.0 in /src/agent
Browse files Browse the repository at this point in the history
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](rust-lang/regex@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>
  • Loading branch information
dependabot[bot] authored Jul 12, 2022
1 parent 9d5d86a commit f24edee
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 @@ -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.6", features = ["debuginfo", "demangle", "symcache"] }
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 @@ -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"

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.5.5"
regex = "1.6.0"
lazy_static = "1.4"
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.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"] }
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 @@ -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"
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 @@ -14,7 +14,7 @@ bytes = { version = "1.1", 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"]}
Expand Down

0 comments on commit f24edee

Please sign in to comment.