FIX: Make clippy happy (upgrade dependencies)
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
1b7389fd23
commit
ff0d05e3a0
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
xlsx = { package= "ironcalc", path = "../../xlsx", version = "0.3.0" }
|
||||
pyo3 = { version = "0.22.3", features = ["extension-module"] }
|
||||
pyo3 = { version = "0.23", features = ["extension-module"] }
|
||||
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user