Updated dependencies and Docker image to new web-vault

This commit is contained in:
Daniel García
2018-07-21 17:27:00 +02:00
parent 48e69cebab
commit a291dea16f
8 changed files with 155 additions and 183 deletions

View File

@ -17,7 +17,7 @@ struct OrgData {
Key: String,
Name: String,
#[serde(rename = "PlanType")]
_PlanType: String, // Ignored, always use the same plan
_PlanType: NumberOrString, // Ignored, always use the same plan
}
#[derive(Deserialize, Debug)]