dbus-sensors: srcrev bump 9148f38253..fd3d5f7ee3

Zev Weiss (14):
      Code style fixes for clang-tidy
      ExitAirTempSensor: Replace iterator pairs with structured bindings
      ExternalSensorMain: Replace iterator pairs with structured bindings
      FanMain: Replace iterator pairs with structured bindings
      HwmonTempMain: Replace iterator pairs with structured bindings
      IntelCPUSensorMain: Replace iterator pairs with structured bindings
      IntrusionSensorMain: Replace iterator pairs with structured bindings
      IpmbSensor: Replace iterator pairs with structured bindings
      MCUTempSensor: Replace iterator pairs with structured bindings
      PSUEvent: Replace iterator pairs with structured bindings
      PSUSensorMain: Replace iterator pairs with structured bindings
      TachSensor: Replace iterator pairs with structured bindings
      Thresholds: Replace iterator pairs with structured bindings
      Utils: Replace iterator pairs with structured bindings

Change-Id: Ic8f1fd6418fe032613ce3f1d96314836b385c3f2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index 90c1354..3890978 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -2,7 +2,7 @@
 DESCRIPTION = "Dbus Sensor Services Configured from D-Bus"
 
 SRC_URI = "git://github.com/openbmc/dbus-sensors.git;branch=master;protocol=https"
-SRCREV = "9148f382531c2c4c97f82451f1b8f98e68364adf"
+SRCREV = "fd3d5f7ee3964157b46d1e83d04618dfe1be7a32"
 
 PV = "0.1+git${SRCPV}"