Skip to content

Commit

Permalink
Update Rust crate proc-macro2 to v1.0.82 (#5761)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored May 14, 2024
1 parent 0c9dbae commit 559ac47
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 @@ -83,7 +83,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.1.0" }
proc-macro2 = { version = "1.0.81" }
proc-macro2 = { version = "1.0.82" }
rand = { version = "0.8.5" }
rand_chacha = { version = "0.3.1", default-features = false, features = ["std"] }
regex = { version = "1.10.4" }
Expand Down Expand Up @@ -190,7 +190,7 @@ petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.1.0" }
proc-macro2 = { version = "1.0.81" }
proc-macro2 = { version = "1.0.82" }
rand = { version = "0.8.5" }
rand_chacha = { version = "0.3.1", default-features = false, features = ["std"] }
regex = { version = "1.10.4" }
Expand Down

0 comments on commit 559ac47

Please sign in to comment.