Fix PSU Fan Configuration

FFGainCoefficient of fans should be 1.0 not 0.01.

Also bump sdbusplus as it was failing to build.

Tested: Modifying stepwise controllers got expeceted
outputs

Change-Id: Ib2c4d251e9e275de66c076fd770ec4b49cc6af66
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/PSSF212201A.json b/configurations/PSSF212201A.json
index 40efaa2..0dfb370 100644
--- a/configurations/PSSF212201A.json
+++ b/configurations/PSSF212201A.json
@@ -9,7 +9,7 @@
             },
             {
                 "Class": "fan",
-                "FFGainCoefficient": 0.01,
+                "FFGainCoefficient": 1.0,
                 "FFOffCoefficient": 0.0,
                 "ICoefficient": 0.0,
                 "ILimitMax": 0.0,