Skip to content

Commit 0acc276

Browse files
Bump regex from 1.5.4 to 1.5.5 (#756)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [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.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0344a70 commit 0acc276

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

oximeter/db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bytes = { version = "1.0.1", features = [ "serde" ] }
1212
chrono = { version = "0.4.19", features = [ "serde" ] }
1313
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" }
1414
oximeter = { path = "../oximeter" }
15-
regex = "1.5.4"
15+
regex = "1.5.5"
1616
reqwest = { version = "0.11.8", features = [ "json" ] }
1717
schemars = { version = "0.8.8", features = [ "uuid", "bytes", "chrono" ] }
1818
serde = { version = "1", features = [ "derive" ] }

0 commit comments

Comments
 (0)