Skip to content

Commit

Permalink
Merge branch 'main' into dm/rename-package
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul authored Oct 17, 2024
2 parents 3b22880 + 6bd09a8 commit afaf6c8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
Expand Down
30 changes: 15 additions & 15 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ crate-type = ["cdylib"]

[dependencies]
tsp-asn1 = { path = "tsp-asn1" }
pyo3 = { version = "0.22.3", features = ["abi3"] }
pyo3 = { version = "0.22.5", features = ["abi3"] }
asn1 = "0.17"
self_cell = "1"
hex = "0.4"
sha2 = "0.10.8"
rand = "0.8.5"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git"}
openssl = { version = "0.10.66", features = ["vendored"] }
openssl = { version = "0.10.68", features = ["vendored"] }

[features]
extension-module = ["pyo3/extension-module"]

0 comments on commit afaf6c8

Please sign in to comment.