Upgrade shrinkwraprs

This commit is contained in:
Kitaiti Makoto 2022-01-07 05:49:06 +09:00
parent 181a78876b
commit 32e1e4788f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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 }