1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-10 17:11:29 +02:00

cargo: bump the minor group with 2 updates (#2290)

Bumps the minor group with 2 updates:
[pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) and
[googletest](https://github.com/google/googletest-rust).
This commit is contained in:
dependabot[bot]
2024-08-20 16:46:56 +01:00
committed by GitHub
parent aa0201ccfd
commit 3ecf12123b
4 changed files with 10 additions and 10 deletions

View File

@@ -12,4 +12,4 @@ anyhow = "1.0.86"
log = "0.4.22"
mdbook = "0.4.40"
pretty_env_logger = "0.5.0"
pulldown-cmark = { version = "0.11.0", default-features = false }
pulldown-cmark = { version = "0.12.0", default-features = false }