File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 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"
22242224source = " registry+https://github.com/rust-lang/crates.io-index"
22252225checksum = " c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
22262226
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-
22332227[[package ]]
22342228name = " maplit"
22352229version = " 1.0.2"
@@ -2361,12 +2355,9 @@ dependencies = [
23612355
23622356[[package ]]
23632357name = " minifier"
2364- version = " 0.0.43 "
2358+ version = " 0.1.0 "
23652359source = " registry+https://github.com/rust-lang/crates.io-index"
2366- checksum = " d81352bda6f4d04af1720afaa762054f66e16caffd93c1f86461a1c0ac4e695e"
2367- dependencies = [
2368- " macro-utils" ,
2369- ]
2360+ checksum = " 7071d17e2898e134cabf624f43cdefa0cedf57c739e964df3d0df9d028701a72"
23702361
23712362[[package ]]
23722363name = " minimal-lexical"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false }
1111askama = { version = " 0.11" , default-features = false , features = [" config" ] }
1212atty = " 0.2"
1313pulldown-cmark = { version = " 0.9" , default-features = false }
14- minifier = " 0.0.43 "
14+ minifier = " 0.1.0 "
1515serde = { version = " 1.0" , features = [" derive" ] }
1616serde_json = " 1.0"
1717smallvec = " 1.6.1"
You can’t perform that action at this time.
0 commit comments