diff --git a/Cargo.toml b/Cargo.toml index f83ce44..2b9c44e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" bincode = { version = "^1.3.1", optional = true } csv = "1.1.3" -pyo3-log = { version= "0.7.0", optional=true } +pyo3-log = { version= "0.8.0", optional=true } tokio = { version = "1.19.0", features = ["time","macros","rt","rt-multi-thread"] } futures-util = "0.3.21" anyhow = "1.0.58"