File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ diagnostics = [ "hydroflow_datalog_core/diagnostics" ]
1717[dependencies ]
1818quote = " 1.0.0"
1919syn = { version = " 2.0.0" , features = [ " parsing" , " extra-traits" ] }
20- proc-macro2 = " 1.0.57 "
20+ proc-macro2 = " 1.0.63 "
2121proc-macro-crate = " 1.1.0"
2222# Note: If we ever compile this proc macro crate to WASM (e.g., if we are
2323# building on a WASM host), we may need to turn diagnostics off for WASM if
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ diagnostics = [ "hydroflow_lang/diagnostics" ]
1818quote = " 1.0.0"
1919slotmap = " 1.0.6"
2020syn = { version = " 2.0.0" , features = [ " parsing" , " extra-traits" ] }
21- proc-macro2 = " 1.0.57 "
21+ proc-macro2 = " 1.0.63 "
2222proc-macro-crate = " 1.1.0"
2323rust-sitter = " 0.3.2"
2424hydroflow_lang = { path = " ../hydroflow_lang" , version = " ^0.4.0" }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ diagnostics = []
1515auto_impl = " 1.0.1"
1616itertools = " 0.10" # TODO(mingwei): remove when `iter_intersperse` is stabilized.
1717prettyplease = { version = " 0.2.0" , features = [ " verbatim" ] }
18- proc-macro2 = { version = " 1.0.57 " , features = [" span-locations" ] }
18+ proc-macro2 = { version = " 1.0.63 " , features = [" span-locations" ] }
1919quote = " 1.0.0"
2020regex = " 1.7.0"
2121serde = " 1.0.1"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ diagnostics = [ "hydroflow_lang/diagnostics" ]
1818# building on a WASM host), we may need to turn diagnostics off for WASM if
1919# proc_macro2 still does not support WASM.
2020hydroflow_lang = { path = " ../hydroflow_lang" , version = " ^0.4.0" }
21- proc-macro2 = " 1.0.57 "
21+ proc-macro2 = " 1.0.63 "
2222proc-macro-crate = " 1.1.0"
2323quote = " 1.0.0"
2424syn = { version = " 2.0.0" , features = [ " parsing" , " extra-traits" ] }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description = "A simple attribute macro to combine `#[test]` and `#[wasm_bindgen
1111proc-macro = true
1212
1313[dependencies ]
14- proc-macro2 = " 1.0.57 "
14+ proc-macro2 = " 1.0.63 "
1515quote = " 1.0"
1616
1717[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0"
99anyhow = " 1.0"
1010datadriven = " 0.6.0"
1111hydroflow = { path = " ../hydroflow" }
12- proc-macro2 = " 1.0.57 "
12+ proc-macro2 = " 1.0.63 "
1313quote = " 1.0"
1414syn = { version = " 2.0.0" , features = [ " parsing" , " extra-traits" ] }
1515prettyplease = " 0.2.0"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ hydroflow_datalog_core = { path = "../hydroflow_datalog_core" }
1616hydroflow_lang = { path = " ../hydroflow_lang" }
1717hydroflow = { path = " ../hydroflow" }
1818prettyplease = " 0.2.0"
19- proc-macro2 = " 1.0.57 "
19+ proc-macro2 = " 1.0.63 "
2020quote = " 1.0"
2121serde = { version = " 1.0" , features = [" derive" ] }
2222serde-wasm-bindgen = " 0.4"
You can’t perform that action at this time.
0 commit comments