File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ dependencies = [
4444
4545[[package ]]
4646name = " pyo3"
47- version = " 0.28.3 "
47+ version = " 0.29.0 "
4848source = " registry+https://github.com/rust-lang/crates.io-index"
49- checksum = " 91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12 "
49+ checksum = " cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c "
5050dependencies = [
5151 " libc" ,
5252 " once_cell" ,
@@ -58,28 +58,28 @@ dependencies = [
5858
5959[[package ]]
6060name = " pyo3-build-config"
61- version = " 0.28.3 "
61+ version = " 0.29.0 "
6262source = " registry+https://github.com/rust-lang/crates.io-index"
63- checksum = " e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e "
63+ checksum = " c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078 "
6464dependencies = [
6565 " target-lexicon" ,
6666]
6767
6868[[package ]]
6969name = " pyo3-ffi"
70- version = " 0.28.3 "
70+ version = " 0.29.0 "
7171source = " registry+https://github.com/rust-lang/crates.io-index"
72- checksum = " 7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e "
72+ checksum = " ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b "
7373dependencies = [
7474 " libc" ,
7575 " pyo3-build-config" ,
7676]
7777
7878[[package ]]
7979name = " pyo3-macros"
80- version = " 0.28.3 "
80+ version = " 0.29.0 "
8181source = " registry+https://github.com/rust-lang/crates.io-index"
82- checksum = " df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813 "
82+ checksum = " 9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771 "
8383dependencies = [
8484 " proc-macro2" ,
8585 " pyo3-macros-backend" ,
@@ -89,13 +89,12 @@ dependencies = [
8989
9090[[package ]]
9191name = " pyo3-macros-backend"
92- version = " 0.28.3 "
92+ version = " 0.29.0 "
9393source = " registry+https://github.com/rust-lang/crates.io-index"
94- checksum = " c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb "
94+ checksum = " 4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362 "
9595dependencies = [
9696 " heck" ,
9797 " proc-macro2" ,
98- " pyo3-build-config" ,
9998 " quote" ,
10099 " syn" ,
101100]
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ crate-type = ["cdylib",]
99
1010
1111[dependencies ]
12- pyo3 = { version = " ^0.28.3 " , features = [" extension-module" ] }
12+ pyo3 = { version = " ^0.29.0 " , features = [" extension-module" ] }
You can’t perform that action at this time.
0 commit comments