Skip to content

Commit 1cc8cf8

Browse files
Merge pull request #634 from nyx-space/dependabot/cargo/pyo3-0.28
build(deps): update pyo3 requirement from 0.27 to 0.28
2 parents 758527d + 242b1f4 commit 1cc8cf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exclude = [
2727
]
2828

2929
[workspace.dependencies]
30-
hifitime = "4.2.3"
30+
hifitime = "4.2.5"
3131
memmap2 = "0.9.4"
3232
crc32fast = "1.4.2"
3333
der = { version = "0.7.8", features = ["derive", "alloc", "real"] }
@@ -41,9 +41,9 @@ zerocopy = { version = "0.8.0", features = ["derive"] }
4141
bytes = "1.6.0"
4242
snafu = { version = "0.8.0", features = ["backtrace"] }
4343
rstest = "0.26.1"
44-
pyo3 = { version = "0.27", features = ["multiple-pymethods"] }
45-
pyo3-log = "0.13"
46-
numpy = "0.27"
44+
pyo3 = { version = "0.28", features = ["multiple-pymethods"] }
45+
pyo3-log = "0.13.3"
46+
numpy = "0.28"
4747
ndarray = ">= 0.17, < 0.18"
4848
rayon = "1.10.0"
4949
cxx = "1.0"

0 commit comments

Comments
 (0)