diff --git a/src/types.rs b/src/types.rs index dac2e73..523ff41 100644 --- a/src/types.rs +++ b/src/types.rs @@ -356,7 +356,9 @@ pub(crate) struct DirectoryUrls { // The fields below were added later and old `AccountCredentials` may not have it. // Newer deserialized account credentials grab a fresh set of `DirectoryUrls` on // deserialization, so they should be fine. Newer fields should be optional, too. + pub(crate) new_authz: Option, pub(crate) revoke_cert: Option, + pub(crate) key_change: Option, } #[derive(Serialize)]