deqp-runner: Uprev to v0.6.4

Reduces the frequency of Missing test results.

BUG=b:183431125
TEST=deqp-runner run on trogdor

Change-Id: I53042b875391920b35e5c5b06cf331ac7bf09f64
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/2780196
Tested-by: Matt Turner <msturner@google.com>
Commit-Queue: Matt Turner <msturner@google.com>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
diff --git a/dev-rust/xmlparser/xmlparser-0.13.3.ebuild b/dev-rust/xmlparser/xmlparser-0.13.3.ebuild
new file mode 100644
index 0000000..43b6f27
--- /dev/null
+++ b/dev-rust/xmlparser/xmlparser-0.13.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cros-rust
+
+DESCRIPTION="Pull-based, zero-allocation XML parser."
+HOMEPAGE="https://github.com/RazrFalcon/xmlparser"
+SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="${PV}/${PR}"
+KEYWORDS="*"