Skip to content

Commit 4b569ed

Browse files
ehussDylan-DPC
authored andcommitted
Fix memory leak and warning (#967)
1 parent 3e652b5 commit 4b569ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ws = { version = "0.8", optional = true}
4646

4747
# Search feature
4848
elasticlunr-rs = { version = "2.3", optional = true, default-features = false }
49-
ammonia = { version = "2.1", optional = true }
49+
ammonia = { version = "2.1.2", optional = true }
5050

5151
[dev-dependencies]
5252
select = "0.4"

0 commit comments

Comments
 (0)