Skip to content

Commit c94bf59

Browse files
authored
chore: update pyo3 (#341)
* Cargo: bump pyo3 * ci: add bot
1 parent 3fd4ef9 commit c94bf59

File tree

3 files changed

+26
-11
lines changed

3 files changed

+26
-11
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
allow:
8+
- dependency-type: "direct"
9+
commit-message:
10+
include: "scope"
11+
prefix: "chore"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "umu_delta"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
pyo3 = { version = "0.23.3", features = ["extension-module"] }
13+
pyo3 = { version = "0.23.4", features = ["extension-module"] }
1414
ssh-key = { version = "0.6.7", default-features = false, features = [
1515
"ed25519",
1616
"alloc",

0 commit comments

Comments
 (0)