Skip to content

Commit

Permalink
x509-cert: relax dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
baloo committed Aug 1, 2023
1 parent 2811254 commit c85a009
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 55 deletions.
62 changes: 9 additions & 53 deletions 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 x509-cert/test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ readme = "README.md"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.103"
tempfile = "3.5.0"
serde_json = "1"
tempfile = "3"

0 comments on commit c85a009

Please sign in to comment.