bump VictoriaMetrics to the latest v1.140.0
see https://docs.victoriametrics.com/victoriametrics/changelog/#v11400
Update note:
There is a known serious issue in v1.140.0, v1.136.4, and v1.122.19 versions where binary operation precedence may be evaluated incorrectly, leading to unexpected query results. For example, expressions like 10 - (3 + 3 + 4) is evaluated as 10 - 3 + 3 + 4.
Please avoid upgrading or using these versions in production. The issue will be fixed ASAP in upcoming version.
More details here: VictoriaMetrics/VictoriaMetrics#10856