diff options
author | dependabot[bot] | 2023-05-23 05:18:38 +0000 |
---|---|---|
committer | GitHub | 2023-05-23 05:18:38 +0000 |
commit | d7651324264b03b6c1a9e6d8bb67f4f58870da88 (patch) | |
tree | 74fedfebb348accf5e4a20e2dceab815667c4a88 | |
parent | 16e0340b4af0bbea2a478ff54247e4d980996093 (diff) |
build(deps): bump pulldown-cmark from 0.9.2 to 0.9.3 (#7118)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1660,9 +1660,9 @@ checksum = "9516b775656bc3e8985e19cd4b8c0c0de045095074e453d2c0a513b5f978392d" [[package]] name = "pulldown-cmark" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" +checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" dependencies = [ "bitflags 1.3.2", "memchr", |