Skip to content

Commit

Permalink
Bump regex from 1.6.0 to 1.7.0 (#1922)
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.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.6.0...1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2022
1 parent 28db82e commit 7c5e36d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 nexus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ omicron-test-utils = { path = "../test-utils" }
omicron-sled-agent = { path = "../sled-agent" }
openapiv3 = "1.0"
petgraph = "0.6.2"
regex = "1.6.0"
regex = "1.7.0"
subprocess = "0.2.9"
term = "0.7"
httptest = "0.15.4"
Expand Down
2 changes: 1 addition & 1 deletion oximeter/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chrono = { version = "0.4.19", features = [ "serde" ] }
clap = { version = "4.0", features = ["derive"] }
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
oximeter = { path = "../oximeter" }
regex = "1.6.0"
regex = "1.7.0"
reqwest = { version = "0.11.12", features = [ "json" ] }
schemars = { version = "0.8.10", features = [ "uuid1", "bytes", "chrono" ] }
serde = { version = "1", features = [ "derive" ] }
Expand Down

0 comments on commit 7c5e36d

Please sign in to comment.