Change type of extra fields in ConfigAndPreset (#2913)

## Issue Addressed

#2900

## Proposed Changes

Change type of extra_fields in ConfigAndPreset so it can contain non string values (inside serde_json::Value)
This commit is contained in:
eklm
2022-01-20 09:14:21 +00:00
parent d06f87486a
commit 0116c8d464
3 changed files with 10 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -6495,6 +6495,7 @@ dependencies = [
"safe_arith",
"serde",
"serde_derive",
"serde_json",
"serde_yaml",
"slog",
"state_processing",