Proactively add other new fields

This commit is contained in:
Dirkjan Ochtman 2024-02-05 13:50:45 +01:00
parent 601330bc82
commit eac4f43020
1 changed files with 2 additions and 0 deletions

View File

@ -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<String>,
pub(crate) revoke_cert: Option<String>,
pub(crate) key_change: Option<String>,
}
#[derive(Serialize)]