From a77efd7ca6a02b9c668607e67efcaeeafd36a8bd Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 6 Jun 2022 14:02:02 +0200 Subject: Safe choice: revert "Update rmp-serde" This reverts commit 16e0a655d0d01e3871aee81a0a9660102d6df74e. --- src/util/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/data.rs') diff --git a/src/util/data.rs b/src/util/data.rs index 2ef976a5..7715c2cc 100644 --- a/src/util/data.rs +++ b/src/util/data.rs @@ -151,7 +151,7 @@ where let mut wr = Vec::with_capacity(128); let mut se = rmp_serde::Serializer::new(&mut wr) .with_struct_map() - .with_binary(); + .with_string_variants(); val.serialize(&mut se)?; Ok(wr) } -- cgit v1.2.3