Skip to content

Commit

Permalink
chore: update pyo3 (#341)
Browse files Browse the repository at this point in the history
* Cargo: bump pyo3

* ci: add bot
  • Loading branch information
R1kaB3rN authored Jan 19, 2025
1 parent 3fd4ef9 commit c94bf59
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"
commit-message:
include: "scope"
prefix: "chore"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "umu_delta"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.23.3", features = ["extension-module"] }
pyo3 = { version = "0.23.4", features = ["extension-module"] }
ssh-key = { version = "0.6.7", default-features = false, features = [
"ed25519",
"alloc",
Expand Down

0 comments on commit c94bf59

Please sign in to comment.