Update cargo.toml

This commit is contained in:
henceiusegentoo 2023-08-07 17:32:07 +02:00
parent 72c01024cb
commit 098974c400
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

@ -96,3 +96,5 @@ valgrind-python.supp
*.pyd
lcov.info
netlify_build/
build.sh

View file

@ -1,6 +1,6 @@
[package]
name = "nova-python"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -9,7 +9,7 @@ name = "nova_python"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.19.0"
pyo3 = {version = "0.19.2", features = ["extension-module"]}
reqwest = "0.11.18"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "time"] }
serde_json = "1.0.104"