Skip to content

Commit 50b0d13

Browse files
authored
Merge pull request #68 from PyO3/dependabot/cargo/pyo3-0.27
Update pyo3 requirement from 0.26 to 0.27
2 parents b90e189 + 30dfd55 commit 50b0d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ futures = "0.3"
120120
inventory = { version = "0.3", optional = true }
121121
once_cell = "1.14"
122122
pin-project-lite = "0.2"
123-
pyo3 = "0.26"
123+
pyo3 = "0.27"
124124
pyo3-async-runtimes-macros = { path = "pyo3-async-runtimes-macros", version = "=0.26.0", optional = true }
125125

126126
[dev-dependencies]
127-
pyo3 = { version = "0.26", features = ["macros"] }
127+
pyo3 = { version = "0.27", features = ["macros"] }
128128

129129
[dependencies.async-std]
130130
version = "1.12"

0 commit comments

Comments
 (0)