Update Rust crate pyo3 to 0.21.1
This commit is contained in:
parent
1952f4c55d
commit
d125208f55
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pyo3 = { version = "0.18.3", features = ["auto-initialize"] }
|
pyo3 = { version = "0.21.1", features = ["auto-initialize"] }
|
||||||
anyhow = { version = "1.0.70", features = ["backtrace"] }
|
anyhow = { version = "1.0.70", features = ["backtrace"] }
|
||||||
mysql = "23.0.1"
|
mysql = "23.0.1"
|
||||||
serde = { version = "1.0.160", features = ["derive"] }
|
serde = { version = "1.0.160", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue