Skip to content

Commit

Permalink
Update minicbor requirement from 0.19.1 to 0.24.3 in /pagefind
Browse files Browse the repository at this point in the history
Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Changelog](https://gitlab.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.19.1...minicbor-v0.24.3)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 3, 2024
1 parent 20a4206 commit 55ecbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagefind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ emojis = "0.6.1"
hashbrown = { version = "0.13.1", features = ["serde"] }
either = "1.9.0"
regex = "1.1"
minicbor = { version = "0.19.1", features = ["alloc", "derive"] }
minicbor = { version = "0.24.3", features = ["alloc", "derive"] }
base64 = "0.21"
lol_html = "0.4"
html-escape = "0.2.11"
Expand Down

0 comments on commit 55ecbf5

Please sign in to comment.