Skip to content

Commit

Permalink
Bump the actions group across 1 directory with 2 updates (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Alexis <[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 5, 2024
1 parent 215ff2c commit e2ebff1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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 @@ -15,12 +15,12 @@ crate-type = ["cdylib"]
[dependencies]
tsp-asn1 = { path = "tsp-asn1" }
pyo3 = { version = "0.22.5", features = ["abi3"] }
asn1 = "0.17"
asn1 = "0.18"
self_cell = "1"
hex = "0.4"
sha2 = "0.10.8"
rand = "0.8.5"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git"}
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "a63ca251a7aa8a5aac6153e0b69083cb05e1a6d0" }
openssl = { version = "0.10.68", features = ["vendored"] }

[features]
Expand Down
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.17"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git"}
asn1 = "0.18"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "a63ca251a7aa8a5aac6153e0b69083cb05e1a6d0" }

[dev-dependencies]
hex = "0.4"

0 comments on commit e2ebff1

Please sign in to comment.