We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 758527d + 242b1f4 commit 1cc8cf8Copy full SHA for 1cc8cf8
Cargo.toml
@@ -27,7 +27,7 @@ exclude = [
27
]
28
29
[workspace.dependencies]
30
-hifitime = "4.2.3"
+hifitime = "4.2.5"
31
memmap2 = "0.9.4"
32
crc32fast = "1.4.2"
33
der = { version = "0.7.8", features = ["derive", "alloc", "real"] }
@@ -41,9 +41,9 @@ zerocopy = { version = "0.8.0", features = ["derive"] }
41
bytes = "1.6.0"
42
snafu = { version = "0.8.0", features = ["backtrace"] }
43
rstest = "0.26.1"
44
-pyo3 = { version = "0.27", features = ["multiple-pymethods"] }
45
-pyo3-log = "0.13"
46
-numpy = "0.27"
+pyo3 = { version = "0.28", features = ["multiple-pymethods"] }
+pyo3-log = "0.13.3"
+numpy = "0.28"
47
ndarray = ">= 0.17, < 0.18"
48
rayon = "1.10.0"
49
cxx = "1.0"
0 commit comments