Skip to content

Commit 1f85655

Browse files
committed
Update pyo3 and pyo3-asyncio to 0.17.0
1 parent 37a51e3 commit 1f85655

File tree

1 file changed

+2
-2
lines changed
  • rust-runtime/aws-smithy-http-server-python

1 file changed

+2
-2
lines changed

rust-runtime/aws-smithy-http-server-python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ hyper = { version = "0.14.20", features = ["server", "http1", "http2", "tcp", "s
2525
num_cpus = "1.13.1"
2626
parking_lot = "0.12.1"
2727
pin-project-lite = "0.2"
28-
pyo3 = "0.16.5"
29-
pyo3-asyncio = { version = "0.16.0", features = ["tokio-runtime"] }
28+
pyo3 = "0.17.0"
29+
pyo3-asyncio = { version = "0.17.0", features = ["tokio-runtime"] }
3030
signal-hook = { version = "0.3.14", features = ["extended-siginfo"] }
3131
socket2 = { version = "0.4.4", features = ["all"] }
3232
thiserror = "1.0.32"

0 commit comments

Comments
 (0)