diff --git a/Cargo.lock b/Cargo.lock index 05c129bee9..dea99815d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4799,9 +4799,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" +checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" dependencies = [ "aho-corasick", "memchr", diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index 26a25ee949..3f219c8c3f 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -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" diff --git a/oximeter/db/Cargo.toml b/oximeter/db/Cargo.toml index 31859b5540..9106c5c8c3 100644 --- a/oximeter/db/Cargo.toml +++ b/oximeter/db/Cargo.toml @@ -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" ] }