From 32e1e4788f1f03a33f3d43c5facf6da595c2860f Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 7 Jan 2022 05:49:06 +0900 Subject: [PATCH] Upgrade shrinkwraprs --- Cargo.lock | 2 +- plume-models/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e6b0016..db68e54a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3121,7 +3121,7 @@ dependencies = [ "serde 1.0.133", "serde_derive", "serde_json", - "shrinkwraprs 0.2.3", + "shrinkwraprs 0.3.0", "tantivy 0.13.3", "tracing", "url 2.2.2", diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 477526ea..b56c5e4d 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -26,7 +26,7 @@ url = "2.1" walkdir = "2.2" webfinger = "0.4.1" whatlang = "0.11.1" -shrinkwraprs = "0.2.1" +shrinkwraprs = "0.3.0" diesel-derive-newtype = "0.1.2" glob = "0.3.0" lindera-tantivy = { version = "0.7.1", optional = true }