Skip to content

Commit

Permalink
fix: attribute Keys Server 404 as client error (#372)
Browse files Browse the repository at this point in the history
* fix: attribute Keys Server 404 as client error

* chore: test keys server request
  • Loading branch information
chris13524 authored Feb 22, 2024
1 parent c49c65d commit 1ec2d70
Show file tree
Hide file tree
Showing 15 changed files with 484 additions and 268 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ wiremock = "0.5.19"
itertools = "0.11.0"
sha3 = "0.10.8"
validator = { version = "0.16.1", features = ["derive"] }
k256 = "0.13.1"

[dev-dependencies]
k256 = "0.13.1"
test-context = "0.1"

[build-dependencies]
Expand Down
Loading

0 comments on commit 1ec2d70

Please sign in to comment.