Skip to content

Commit d4edb1d

Browse files
authored
Merge pull request #108 from ChipaDevTeam/fix/pyo3-security-update-dependabot-config
fix: update pyo3 to 0.29.0 and fix dependabot config
2 parents 42cb66a + acc3588 commit d4edb1d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "cargo"
9+
directory: "/"
1010
schedule:
11-
interval: "dayli"
11+
interval: "weekly"

crates/bindings_pyo3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ crate-type = ["cdylib"]
1919
test = false
2020

2121
[dependencies]
22-
pyo3 = { version = "0.28.3", features = ["abi3-py39"] }
23-
pyo3-async-runtimes = { version = "0.28.0", features = ["tokio-runtime"] }
22+
pyo3 = { version = "0.29.0", features = ["abi3-py39"] }
23+
pyo3-async-runtimes = { version = "0.29.0", features = ["tokio-runtime"] }
2424

2525
binary_options_tools = { path = "../binary_options_tools", version = "0.2.1" }
2626

0 commit comments

Comments
 (0)