Skip to content

Commit

Permalink
Bump parsec-client related crates in e2e_tests and fuzz
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Oct 12, 2023
1 parent 00dc2cd commit 5e33db1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 82 deletions.
103 changes: 25 additions & 78 deletions e2e_tests/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 e2e_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
serde = { version = "1.0.123", features = ["derive"] }
parsec-client = { version = "0.15.0", features = ["testing", "spiffe-auth"] }
parsec-client = { version = "0.16.0", features = ["testing", "spiffe-auth"] }
log = "0.4.14"
# Compatible version with crate rsa
rand = "0.7.3"
Expand All @@ -22,11 +22,11 @@ tss-esapi = { version = "7.3.0", optional = true }
[dev-dependencies]
ring = "0.16.20"
rsa = "0.3.0"
picky-asn1-x509 = "0.11.0"
picky-asn1-x509 = "0.12.0"
base64 = "0.21.0"
num_cpus = "1.13.0"
picky-asn1-der = "0.4.0"
picky-asn1 = "0.7.2"
picky-asn1 = "0.8.0"
sha2 = "0.9.3"
serial_test = "0.5.1"
regex = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy_static = "1.4.0"
arbitrary = { version = "0.4.0", features = ["derive"] }

[build-dependencies]
parsec-client = { version = "0.15.0", features = ["testing", "spiffe-auth"] }
parsec-client = { version = "0.16.0", features = ["testing", "spiffe-auth"] }

# Prevent this from interfering with workspaces
[workspace]
Expand Down

0 comments on commit 5e33db1

Please sign in to comment.