We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42cb66a + acc3588 commit d4edb1dCopy full SHA for d4edb1d
2 files changed
.github/dependabot.yml
@@ -5,7 +5,7 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "cargo"
+ directory: "/"
10
schedule:
11
- interval: "dayli"
+ interval: "weekly"
crates/bindings_pyo3/Cargo.toml
@@ -19,8 +19,8 @@ crate-type = ["cdylib"]
19
test = false
20
21
[dependencies]
22
-pyo3 = { version = "0.28.3", features = ["abi3-py39"] }
23
-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"] }
24
25
binary_options_tools = { path = "../binary_options_tools", version = "0.2.1" }
26
0 commit comments