Skip to content

Commit

Permalink
Bump the actions group across 2 directories with 2 updates (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis <[email protected]>
  • Loading branch information
dependabot[bot] and DarkaMaul authored Nov 26, 2024
1 parent 2f219be commit c5ade57
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
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.

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

[dependencies]
tsp-asn1 = { path = "tsp-asn1" }
pyo3 = { version = "0.23.1", features = ["abi3"] }
asn1 = "0.19"
pyo3 = { version = "0.23.2", features = ["abi3"] }
asn1 = "0.20"
self_cell = "1"
hex = "0.4"
sha2 = "0.10.8"
rand = "0.8.5"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "4c72f368234e60a06e4a0beaf87be55940dd49c1" }
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "8f522feb12999085680ae224ede0b8756ea079a0" }
openssl = { version = "0.10.68", features = ["vendored"] }

[features]
Expand Down
10 changes: 5 additions & 5 deletions rust/tsp-asn1/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/tsp-asn1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ publish = false
name = "tsp_asn1"

[dependencies]
asn1 = "0.19"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "4c72f368234e60a06e4a0beaf87be55940dd49c1" }
asn1 = "0.20"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "8f522feb12999085680ae224ede0b8756ea079a0" }

[dev-dependencies]
hex = "0.4"

0 comments on commit c5ade57

Please sign in to comment.