From 8822fe7886a908ab914a458e548763d564650d4b Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 19 Aug 2021 22:21:26 -0400 Subject: [PATCH] Latest preserves patch --- syndicate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syndicate/Cargo.toml b/syndicate/Cargo.toml index c6ff74c..0dbb4c4 100644 --- a/syndicate/Cargo.toml +++ b/syndicate/Cargo.toml @@ -16,7 +16,7 @@ vendored-openssl = ["openssl/vendored"] preserves-schema = "0.5.0" [dependencies] -preserves = "0.17.1" +preserves = "0.17.2" preserves-schema = "0.5.0" tokio = { version = "1.10.0", features = ["io-util", "macros", "sync", "net", "rt", "rt-multi-thread", "time"] }