Skip to content

Commit 9e57f3e

Browse files
Merge #587
587: Update Yaup r=curquiza a=NoodleSamaChan # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? -update to latest version of yaup ## PR checklist Please check if your PR fulfills the following requirements: - [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [X] Have you read the contributing guidelines? - [X] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: NoodleSamaChan <[email protected]>
2 parents 71ecde0 + ab6eb59 commit 9e57f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "0.4"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
2020
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing"] }
21-
yaup = "0.3.0"
21+
yaup = "0.3.1"
2222
either = { version = "1.8.0", features = ["serde"] }
2323
thiserror = "1.0.37"
2424
meilisearch-index-setting-macro = { path = "meilisearch-index-setting-macro", version = "0.26.1" }

0 commit comments

Comments
 (0)