File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -202,9 +202,9 @@ dependencies = [
202
202
203
203
[[package]]
204
204
name = "bitflags"
205
- version = "1.2.1 "
205
+ version = "1.3.2 "
206
206
source = "registry+https://github.com/rust-lang/crates.io-index"
207
- checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 "
207
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a "
208
208
209
209
[[package]]
210
210
name = "bitmaps"
@@ -2394,9 +2394,9 @@ dependencies = [
2394
2394
2395
2395
[[package]]
2396
2396
name = "memchr"
2397
- version = "2.4.1 "
2397
+ version = "2.5.0 "
2398
2398
source = "registry+https://github.com/rust-lang/crates.io-index"
2399
- checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a "
2399
+ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d "
2400
2400
dependencies = [
2401
2401
"compiler_builtins",
2402
2402
"rustc-std-workspace-core",
@@ -3044,9 +3044,9 @@ dependencies = [
3044
3044
3045
3045
[[package]]
3046
3046
name = "pulldown-cmark"
3047
- version = "0.9.1 "
3047
+ version = "0.9.2 "
3048
3048
source = "registry+https://github.com/rust-lang/crates.io-index"
3049
- checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6 "
3049
+ checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63 "
3050
3050
dependencies = [
3051
3051
"bitflags",
3052
3052
"memchr",
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ path = "lib.rs"
10
10
arrayvec = { version = "0.7", default-features = false }
11
11
askama = { version = "0.11", default-features = false, features = ["config"] }
12
12
atty = "0.2"
13
- pulldown-cmark = { version = "0.9", default-features = false }
13
+ pulldown-cmark = { version = "0.9.2 ", default-features = false }
14
14
minifier = "0.2.1"
15
15
serde = { version = "1.0", features = ["derive"] }
16
16
serde_json = "1.0"
You can’t perform that action at this time.
0 commit comments