File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rust-version = "1.85"
1919[dependencies ]
2020arbitrary = { version = " 1.4" , features = [" derive" ], optional = true }
2121bytes = { version = " 1" , optional = true , default-features = false }
22- const-oid = { version = " 0.10.0-rc.0 " , optional = true }
22+ const-oid = { version = " 0.10" , optional = true }
2323der_derive = { version = " 0.8.0-rc.0" , optional = true }
2424flagset = { version = " 0.4.6" , optional = true }
2525pem-rfc7468 = { version = " 1.0.0-rc.1" , optional = true , features = [" alloc" ] }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ spki = { version = "0.8.0-rc.0" }
2323pkcs8 = { version = " 0.11.0-rc.1" , optional = true , default-features = false }
2424
2525[dev-dependencies ]
26- const-oid = { version = " 0.10.0-rc.0 " , features = [" db" ] }
26+ const-oid = { version = " 0.10" , features = [" db" ] }
2727hex-literal = " 1"
2828tempfile = " 3"
2929
You can’t perform that action at this time.
0 commit comments