Skip to content

Commit

Permalink
x509-cert: relax dependencies (#1179)
Browse files Browse the repository at this point in the history
* x509-cert: relax dependencies
* base64ct: preserve MSRV, drop tempfile/rustix
  • Loading branch information
baloo authored Aug 1, 2023
1 parent 710e771 commit b1af1f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 56 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.

2 changes: 1 addition & 1 deletion base64ct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.60"

[dev-dependencies]
base64 = "0.21"
proptest = "1"
proptest = { version = "1", default-features = false, features = ["std"] }

[features]
alloc = []
Expand Down
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 b1af1f9

Please sign in to comment.