diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d47034b..009e86f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "cargo" + directory: "/" schedule: - interval: "dayli" + interval: "weekly" diff --git a/crates/bindings_pyo3/Cargo.toml b/crates/bindings_pyo3/Cargo.toml index e56faae8..5cf3cc7b 100644 --- a/crates/bindings_pyo3/Cargo.toml +++ b/crates/bindings_pyo3/Cargo.toml @@ -19,8 +19,8 @@ crate-type = ["cdylib"] test = false [dependencies] -pyo3 = { version = "0.28.3", features = ["abi3-py39"] } -pyo3-async-runtimes = { version = "0.28.0", features = ["tokio-runtime"] } +pyo3 = { version = "0.29.0", features = ["abi3-py39"] } +pyo3-async-runtimes = { version = "0.29.0", features = ["tokio-runtime"] } binary_options_tools = { path = "../binary_options_tools", version = "0.2.1" }