@@ -9,35 +9,35 @@ license = "GPL-3.0-or-later"
99crate-type = [" cdylib" , " lib" ]
1010
1111[dependencies ]
12- ash = " 0.37.2 "
12+ ash = " 0.37.3 "
1313bincode = " 1.3.3"
14- bitflags = " 1 .3.2 "
14+ bitflags = " 2 .3.3 "
1515bxt-ipc-types = { version = " 0.1.0" , path = " bxt-ipc-types" }
1616bxt-macros = { path = " bxt-macros" }
1717bxt-patterns = { path = " bxt-patterns" }
1818bxt-strafe = { path = " bxt-strafe" }
1919byte-slice-cast = " 1.2.2"
2020color-eyre = { version = " 0.6.2" , default-features = false }
21- crossbeam-channel = " 0.5.6 "
21+ crossbeam-channel = " 0.5.8 "
2222git-version = " 0.3.5"
23- glam = " 0.22.0 "
23+ glam = " 0.24.1 "
2424hltas = { version = " 0.8.0" , features = [" serde1" ] }
25- ipc-channel = " 0.16.0 "
26- itertools = " 0.10.5 "
27- libc = " 0.2.139 "
28- libloading = " 0.7.4 "
29- once_cell = " 1.17 .0"
25+ ipc-channel = " 0.16.1 "
26+ itertools = " 0.11.0 "
27+ libc = " 0.2.147 "
28+ libloading = " 0.8.0 "
29+ once_cell = " 1.18 .0"
3030rand = " 0.8.5"
31- rayon = " 1.6.1 "
32- rhai = { version = " 1.12.0 " , features = [" no_closure" , " no_custom_syntax" , " no_module" , " no_time" , " f32_float" , " serde" ] }
33- rusqlite = { version = " 0.28 .0" , features = [" bundled" ] }
34- serde = { version = " 1.0.152 " , features = [" derive" ] }
35- serde_json = " 1.0.91 "
31+ rayon = " 1.7.0 "
32+ rhai = { version = " 1.15.1 " , features = [" no_closure" , " no_custom_syntax" , " no_module" , " no_time" , " f32_float" , " serde" ] }
33+ rusqlite = { version = " 0.29 .0" , features = [" bundled" ] }
34+ serde = { version = " 1.0.174 " , features = [" derive" ] }
35+ serde_json = " 1.0.103 "
3636tap = " 1.0.1"
37- thiserror = " 1.0.38 "
37+ thiserror = " 1.0.44 "
3838tracing = " 0.1.37"
39- tracing-chrome = " 0.7.0 "
40- tracing-subscriber = " 0.3.16 "
39+ tracing-chrome = " 0.7.1 "
40+ tracing-subscriber = " 0.3.17 "
4141
4242[target ."cfg(windows)" .dependencies ]
4343minhook-sys = " 0.1.1"
@@ -47,9 +47,9 @@ version = "0.3.9"
4747features = [" libloaderapi" , " psapi" , " winuser" , " synchapi" , " handleapi" , " processthreadsapi" , " winbase" , " winerror" ]
4848
4949[dev-dependencies ]
50- expect-test = " 1.4.0 "
50+ expect-test = " 1.4.1 "
5151hltas = { version = " 0.8.0" , features = [" serde1" , " proptest1" ] }
52- proptest = " 1.0 .0"
52+ proptest = " 1.2 .0"
5353
5454[build-dependencies ]
5555gl_generator = " 0.14.0"
0 commit comments