diff --git a/Cargo.toml b/Cargo.toml index cf28239..6bbd315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,10 +18,10 @@ rust-version = "1.48.0" arc-swap = "~1" # It's OK to ask for std on log, because pyo3 needs it too. log = { version = "~0.4.4", default-features = false, features = ["std"] } -pyo3 = { version = ">=0.15, <0.21", default-features = false } +pyo3 = { version = ">=0.15, <0.22", default-features = false } [dev-dependencies] -pyo3 = { version = ">=0.15, <0.21", default-features = false, features = ["auto-initialize", "macros"] } +pyo3 = { version = ">=0.15, <0.22", default-features = false, features = ["auto-initialize", "macros"] } # `pyo3-macros` is lying about the minimal version for its `syn` dependency. # Because we're testing with `-Zminimal-versions`, we need to explicitly set it here.