@@ -19,24 +19,25 @@ path = "src/main.rs"
19
19
[dependencies ]
20
20
rand = " 0.8.5"
21
21
smartstring = { version = " 1.0.1" , optional = true }
22
- smol_str = { version = " 0.2.0 " , optional = true }
23
- compact_str = { version = " 0.7 .0" , optional = true }
22
+ smol_str = { version = " 0.3.2 " , optional = true }
23
+ compact_str = { version = " 0.9 .0" , optional = true }
24
24
kstring = { version = " 2.0.0" , optional = true }
25
- noodles = { version = " 0.85 .0" }
25
+ noodles = { version = " 0.97 .0" }
26
26
flate2 = " 1.0.26"
27
27
clap = { version = " 4.2.7" , features = [' derive' ] }
28
- env_logger = " 0.10.0 "
28
+ env_logger = " 0.11.8 "
29
29
log = " 0.4.19"
30
30
linear-map = " 1.2.0"
31
- hashbrown = " 0.14.0 "
31
+ hashbrown = " 0.15.2 "
32
32
mimalloc = " 0.1.39"
33
33
bitflags = " 2.4.0"
34
34
rust-htslib = { git = " https://github.com/brentp/rust-htslib.git" , rev = " 0471b48" }
35
35
tempfile = " ^3.14.0"
36
- simplebed = { git = " https://github.com/brentp/simplebed-rs.git" , rev = " 924f8e4 " }
37
- pyo3 = {version = " 0.23.4 " , features =[" auto-initialize" ]}
38
- pyo3-ffi = " 0.23.4 "
36
+ simplebed = { git = " https://github.com/brentp/simplebed-rs.git" , rev = " 4471cdc " }
37
+ pyo3 = {version = " 0.24.1 " , features =[" auto-initialize" ]}
38
+ pyo3-ffi = " 0.24.1 "
39
39
mlua = {version = " 0.10.3" , features =[" luau" , " send" ]}
40
+ parking_lot = {version =" 0.12.3" }
40
41
41
42
42
43
[features ]
@@ -52,7 +53,7 @@ core = ["noodles/core"]
52
53
dyn_positioned = []
53
54
54
55
[dev-dependencies ]
55
- criterion = { version = " 0.4 " , features = [" html_reports" ] }
56
+ criterion = { version = " 0.5.1 " , features = [" html_reports" ] }
56
57
clap = { version = " 4.5.21" , features = [" derive" ] }
57
58
58
59
[[bench ]]
0 commit comments