Skip to content

Commit f10fa58

Browse files
Bump regex from 1.5.5 to 1.5.6 (#1103)
1 parent e0e7c85 commit f10fa58

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

nexus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ nexus-test-utils-macros = { path = "test-utils-macros" }
120120
nexus-test-utils = { path = "test-utils" }
121121
omicron-test-utils = { path = "../test-utils" }
122122
openapiv3 = "1.0"
123-
regex = "1.5.5"
123+
regex = "1.5.6"
124124
subprocess = "0.2.9"
125125
term = "0.7"
126126
httptest = "0.15.4"

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", features = [ "usdt-probes" ] }
1414
oximeter = { path = "../oximeter" }
15-
regex = "1.5.5"
15+
regex = "1.5.6"
1616
reqwest = { version = "0.11.8", features = [ "json" ] }
1717
schemars = { version = "0.8.10", features = [ "uuid1", "bytes", "chrono" ] }
1818
serde = { version = "1", features = [ "derive" ] }

0 commit comments

Comments
 (0)