Roll src/third_party/cros_system_api/ 48bb7e747..725259a4b (12 commits)

https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/48bb7e7474f0..725259a4bd76

$ git log 48bb7e747..725259a4b --date=short --no-merges --format='%ad %ae %s'
2021-12-10 ayaelattar system_api: Update dlp service protos
2021-11-19 thomascedeno cryptohome: Implementation for ExtendAuthSession Dbus
2021-11-13 dlunev cryptohome: Remove support for rename
2021-09-22 pdk system_api: Introduce FingerprintMessage protobuf
2021-12-07 charleszhao hps: add HpsResultProto for hps dbus.
2021-11-11 kimjae system_api: Add update_engine toggle feature constant
2021-12-05 genechang rmad: Change index type of region/sku/WL list from unsigned to int
2021-11-23 dlunev cryptohome: Add dbus and CLI endpoints for new mount calls.
2021-11-18 dlunev cryptohome: add UDA handlers for direct Mount ops
2021-11-30 jthies typecd: Send notification on invalid dp cable
2021-11-18 genechang system_api: rmad: Add proto for state transition in sensor calibration
2021-11-21 charleszhao hps: Add average filter and tristate.

Created with:
  roll-dep src/third_party/cros_system_api

Bug: 1259203
Change-Id: Idef8be17f6a8f7f57d49869be417fc5b4b3605ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3329892
Reviewed-by: Sergey Poromov <[email protected]>
Commit-Queue: Aya Elsayed <[email protected]>
Cr-Commit-Position: refs/heads/main@{#951847}
diff --git a/DEPS b/DEPS
index df9981b..7edfe31 100644
--- a/DEPS
+++ b/DEPS
@@ -1033,7 +1033,7 @@
 
   # For Linux and Chromium OS.
   'src/third_party/cros_system_api': {
-      'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '188fb4eba05af428a48c7ce173a3026215241850',
+      'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '725259a4bd767e8535374fc391849f2bc4a79e32',
       'condition': 'checkout_linux',
   },