Skip to content

Commit

Permalink
Update Rust crate proc-macro2 to v1.0.87 (#6841)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Oct 12, 2024
1 parent c9fc674 commit 3be3576
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit 3be3576

Please sign in to comment.