From 408c9feda99920086f1d814009aea97a4402145d Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 20 Oct 2019 13:59:24 +0100 Subject: [PATCH] Bump preserves dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95c69ab..1c0f24f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Tony Garnock-Jones "] edition = "2018" [dependencies] -preserves = "0.2.2" +preserves = "0.2.3" serde = { version = "1.0", features = ["derive"] } serde_bytes = "0.11"