From 3be3576d6a33ebe185a00fb0c9a67767f75423ac Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:47:50 -0700 Subject: [PATCH] Update Rust crate proc-macro2 to v1.0.87 (#6841) --- Cargo.lock | 4 ++-- workspace-hack/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7da640d6a7..faf42a9df7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8463,9 +8463,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ] diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index dc26ce2b49..0b98cf900c 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -86,7 +86,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] } pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption", "pem", "std"] } postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } predicates = { version = "3.1.2" } -proc-macro2 = { version = "1.0.86" } +proc-macro2 = { version = "1.0.87" } qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master", features = ["qtop"] } quote = { version = "1.0.37" } regex = { version = "1.10.6" } @@ -198,7 +198,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] } pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption", "pem", "std"] } postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } predicates = { version = "3.1.2" } -proc-macro2 = { version = "1.0.86" } +proc-macro2 = { version = "1.0.87" } qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master", features = ["qtop"] } quote = { version = "1.0.37" } regex = { version = "1.10.6" }