Update Rust crate mysql to v25
This commit is contained in:
parent
1952f4c55d
commit
b20ae11974
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
pyo3 = { version = "0.18.3", features = ["auto-initialize"] }
|
||||
anyhow = { version = "1.0.70", features = ["backtrace"] }
|
||||
mysql = "23.0.1"
|
||||
mysql = "25.0.0"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
chrono = { version = "0.4.24" }
|
||||
|
|
Loading…
Reference in a new issue