File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ default = ["derive"]
2525derive = [" dep:ruwren-macros" ]
2626
2727[dev-dependencies ]
28- criterion = " 0.3 "
28+ criterion = " 0.7 "
2929
3030[[bench ]]
3131name = " embed_bench"
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ proc-macro = true
1515
1616[dependencies ]
1717deluxe = " 0.5.0"
18- proc-macro2 = " 1.0.70 "
19- quote = " 1.0.33 "
20- syn = { version = " 2.0.39 " , features = [" full" , " visit" ] }
18+ proc-macro2 = " 1.0.103 "
19+ quote = " 1.0.41 "
20+ syn = { version = " 2.0.109 " , features = [" full" , " visit" ] }
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ name = "wren_sys"
1717path = " lib.rs"
1818
1919[build-dependencies ]
20- cc = " 1.0 "
20+ cc = " 1.2 "
2121glob = " 0.3"
22- bindgen = " 0.69 "
22+ bindgen = " 0.72 "
2323
2424[dependencies ]
25- libc = " 0.2 "
25+ libc = " 1.0.0-alpha.1 "
You can’t perform that action at this time.
0 commit comments