Skip to content

Commit

Permalink
Merge pull request MaterializeInc#9430 from MaterializeInc/dependabot…
Browse files Browse the repository at this point in the history
…/cargo/proc-macro2-1.0.33

build(deps): bump proc-macro2 from 1.0.32 to 1.0.33
  • Loading branch information
benesch authored Dec 6, 2021
2 parents a0452fc + 929c29f commit 8de5bf6
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.

2 changes: 1 addition & 1 deletion src/avro-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.30"
proc-macro2 = "1.0.33"
quote = "1.0.10"
syn = { version = "1.0.82", features = ["full"] }
2 changes: 1 addition & 1 deletion src/expr-test-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ expr = {path = "../expr"}
lazy_static = "1.4.0"
lowertest = {path = "../lowertest"}
ore = { path = "../ore" }
proc-macro2 = "1.0.30"
proc-macro2 = "1.0.33"
repr = {path = "../repr"}
repr_test_util = {path = "../repr-test-util"}
serde = { version = "1.0.130", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ paste = "1"
datadriven = "0.6.0"
expr_test_util = { path = "../expr-test-util"}
ore = { path = "../ore" }
proc-macro2 = "1.0.30"
proc-macro2 = "1.0.33"
2 changes: 1 addition & 1 deletion src/lowertest-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ proc-macro = true
[dependencies]
quote = "1.0.10"
syn = {version="1.0.82", features=["extra-traits", "printing"]}
proc-macro2 = "1.0.30"
proc-macro2 = "1.0.33"
2 changes: 1 addition & 1 deletion src/lowertest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
lowertest-derive = {path = "../lowertest-derive"}
ore = {path = "../ore"}
proc-macro2 = "1.0.30"
proc-macro2 = "1.0.33"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.72"

Expand Down
2 changes: 1 addition & 1 deletion src/repr-test-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy_static = "1.4.0"
lowertest = {path = "../lowertest"}
ore = {path = "../ore"}
repr = {path = "../repr"}
proc-macro2 = "1.0.30"
proc-macro2 = "1.0.33"

[dev-dependencies]
datadriven = "0.6.0"
2 changes: 1 addition & 1 deletion src/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ datadriven = "0.6.0"
expr_test_util = {path = "../expr-test-util"}
lowertest = {path = "../lowertest"}
ore = { path = "../ore"}
proc-macro2 = "1.0.30"
proc-macro2 = "1.0.33"
serde_json = "1.0.72"

0 comments on commit 8de5bf6

Please sign in to comment.