File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -2224,12 +2224,6 @@ version = "0.1.1"
2224
2224
source = " registry+https://github.com/rust-lang/crates.io-index"
2225
2225
checksum = " c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2226
2226
2227
- [[package ]]
2228
- name = " macro-utils"
2229
- version = " 0.1.3"
2230
- source = " registry+https://github.com/rust-lang/crates.io-index"
2231
- checksum = " 0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"
2232
-
2233
2227
[[package ]]
2234
2228
name = " maplit"
2235
2229
version = " 1.0.2"
@@ -2361,12 +2355,9 @@ dependencies = [
2361
2355
2362
2356
[[package ]]
2363
2357
name = " minifier"
2364
- version = " 0.0.43 "
2358
+ version = " 0.1.0 "
2365
2359
source = " registry+https://github.com/rust-lang/crates.io-index"
2366
- checksum = " d81352bda6f4d04af1720afaa762054f66e16caffd93c1f86461a1c0ac4e695e"
2367
- dependencies = [
2368
- " macro-utils" ,
2369
- ]
2360
+ checksum = " 7071d17e2898e134cabf624f43cdefa0cedf57c739e964df3d0df9d028701a72"
2370
2361
2371
2362
[[package ]]
2372
2363
name = " minimal-lexical"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false }
11
11
askama = { version = " 0.11" , default-features = false , features = [" config" ] }
12
12
atty = " 0.2"
13
13
pulldown-cmark = { version = " 0.9" , default-features = false }
14
- minifier = " 0.0.43 "
14
+ minifier = " 0.1.0 "
15
15
serde = { version = " 1.0" , features = [" derive" ] }
16
16
serde_json = " 1.0"
17
17
smallvec = " 1.6.1"
You can’t perform that action at this time.
0 commit comments