File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ anyhow = "1.0.79"
18
18
reqwest = { version = " 0.12.4" , features = [" json" ] }
19
19
sha2 = " 0.11.0-pre.3"
20
20
hmac = " 0.13.0-pre.3"
21
- thiserror = " 1 .0.57 "
21
+ thiserror = " 2 .0.3 "
22
22
flate2 = " 1.0.28"
23
23
clap = { version = " 4.5.4" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bybit = []
12
12
hftbacktest = { path = " ../hftbacktest" , version = " 0.4.0" }
13
13
tracing = " 0.1.40"
14
14
anyhow = " 1.0.79"
15
- thiserror = " 1 .0.57 "
15
+ thiserror = " 2 .0.3 "
16
16
bincode = " 2.0.0-rc.3"
17
17
chrono = { version = " 0.4.33" }
18
18
serde = { version = " 1.0.196" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ unstable_fuse = []
32
32
[dependencies ]
33
33
tracing = " 0.1.40"
34
34
anyhow = " 1.0.79"
35
- thiserror = " 1 .0.57 "
35
+ thiserror = " 2 .0.3 "
36
36
dyn-clone = " 1.0.17"
37
37
bincode = " 2.0.0-rc.3"
38
38
chrono = { version = " 0.4.33" , optional = true }
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ name = "hftbacktest"
8
8
crate-type = [" cdylib" ]
9
9
10
10
[dependencies ]
11
- pyo3 = { version = " 0.22 .1" , features = [" extension-module" ] }
11
+ pyo3 = { version = " 0.23 .1" , features = [" extension-module" ] }
12
12
hftbacktest = { path = " ../hftbacktest" , features = [" backtest" ] }
13
13
hftbacktest-derive = { path = " ../hftbacktest-derive" }
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ pub struct BacktestAsset {
114
114
}
115
115
116
116
unsafe impl Send for BacktestAsset { }
117
+ unsafe impl Sync for BacktestAsset { }
117
118
118
119
#[ pymethods]
119
120
impl BacktestAsset {
You can’t perform that action at this time.
0 commit comments