Skip to content

Commit

Permalink
update pyo3 and pyo3-asyncio from 0.19 to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dirksammel committed Feb 22, 2024
1 parent ad729ca commit 204e289
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update chrono from 0.4.33 to 0.4.34 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update cryptography from 42.0.2 to 42.0.4 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update num-traits from 0.2.17 to 0.2.18 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update pyo3 from 0.19 to 0.20 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pyo3-asyncio from 0.19 to 0.20 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pytest from 8.0.0 to 8.0.1 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update serde from 1.0.196 to 1.0.197 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde_json from 1.0.113 to 1.0.114 ([@QuantumDancer](https://github.com/QuantumDancer))
Expand Down
41 changes: 21 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyauditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ crate-type = ["cdylib"]
[dependencies]
auditor = { path = "../auditor", version = "0.4.0", default-features = false, features = ["client"] }
anyhow = "1"
pyo3 = { version = "0.19", features = ["chrono", "extension-module", "anyhow"] }
pyo3-asyncio = { version = "0.19", features = ["attributes", "tokio-runtime"] }
pyo3 = { version = "0.20", features = ["chrono", "extension-module", "anyhow"] }
pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] }
tokio = "1"
chrono = { version = "0.4.34", features = ["serde"] }
serde_json = "1.0.114"
Expand Down

0 comments on commit 204e289

Please sign in to comment.