File tree Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Top Open diff view settings Expand file tree Collapse file tree 2 files changed +8
-20
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -1405,30 +1405,18 @@ dependencies = [
14051405
14061406[[package ]]
14071407name = " handlebars"
1408- version = " 2 .0.1"
1408+ version = " 3 .0.1"
14091409source = " registry+https://github.com/rust-lang/crates.io-index"
1410- checksum = " df044dd42cdb7e32f28557b661406fc0f2494be75199779998810dbc35030e0d "
1410+ checksum = " ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900 "
14111411dependencies = [
1412- " hashbrown 0.5.0" ,
1413- " lazy_static 1.4.0" ,
14141412 " log" ,
14151413 " pest" ,
14161414 " pest_derive" ,
14171415 " quick-error" ,
1418- " regex" ,
14191416 " serde" ,
14201417 " serde_json" ,
14211418]
14221419
1423- [[package ]]
1424- name = " hashbrown"
1425- version = " 0.5.0"
1426- source = " registry+https://github.com/rust-lang/crates.io-index"
1427- checksum = " e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353"
1428- dependencies = [
1429- " serde" ,
1430- ]
1431-
14321420[[package ]]
14331421name = " hashbrown"
14341422version = " 0.6.2"
@@ -2055,9 +2043,9 @@ dependencies = [
20552043
20562044[[package ]]
20572045name = " mdbook"
2058- version = " 0.3.5 "
2046+ version = " 0.3.7 "
20592047source = " registry+https://github.com/rust-lang/crates.io-index"
2060- checksum = " 031bdd9d4893c983e2f69ebc4b59070feee8276a584c4aabdcb351235ea28016 "
2048+ checksum = " e7ec525f7ebccc2dd935c263717250cd37f9a4b264a77c5dbc950ea2734d8159 "
20612049dependencies = [
20622050 " ammonia" ,
20632051 " chrono" ,
@@ -2785,9 +2773,9 @@ checksum = "6ddd112cca70a4d30883b2d21568a1d376ff8be4758649f64f973c6845128ad3"
27852773
27862774[[package ]]
27872775name = " quick-error"
2788- version = " 1.2.2 "
2776+ version = " 1.2.3 "
27892777source = " registry+https://github.com/rust-lang/crates.io-index"
2790- checksum = " 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0 "
2778+ checksum = " a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 "
27912779
27922780[[package ]]
27932781name = " quine-mc_cluskey"
@@ -4800,7 +4788,7 @@ dependencies = [
48004788 " core" ,
48014789 " dlmalloc" ,
48024790 " fortanix-sgx-abi" ,
4803- " hashbrown 0.6.2 " ,
4791+ " hashbrown" ,
48044792 " hermit-abi" ,
48054793 " libc" ,
48064794 " panic_abort" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ codespan-reporting = { version = "0.5", optional = true }
2323rustc-workspace-hack = " 1.0.0"
2424
2525[dependencies .mdbook ]
26- version = " 0.3.0 "
26+ version = " 0.3.7 "
2727default-features = false
2828features = [" search" ]
You can’t perform that action at this time.
0 commit comments