From 6800827d62e7adf4e4aa8aca2e6d42a284850fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 03:03:34 +0000 Subject: [PATCH] Bump the minor-changes group across 1 directory with 2 updates Bumps the minor-changes group with 2 updates in the / directory: [hashbrown](https://github.com/rust-lang/hashbrown) and [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark). Updates `hashbrown` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.17.0...v0.17.1) Updates `pulldown-cmark` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-changes - dependency-name: pulldown-cmark dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-changes ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3064e483..35bbb6cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,13 +97,13 @@ dependencies = [ "assert_matches", "criterion", "glass_pumpkin", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "nom", "num-bigint", "num-complex", "num-traits", "once_cell", - "pulldown-cmark 0.13.3", + "pulldown-cmark 0.13.4", "rand", "sha2 0.11.0", "static_assertions", @@ -124,7 +124,7 @@ dependencies = [ "num-bigint", "num-complex", "num-traits", - "pulldown-cmark 0.13.3", + "pulldown-cmark 0.13.4", "version-sync", ] @@ -178,11 +178,11 @@ dependencies = [ "anyhow", "arithmetic-parser", "assert_matches", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "hex", "nom", "num-traits", - "pulldown-cmark 0.13.3", + "pulldown-cmark 0.13.4", "version-sync", ] @@ -839,9 +839,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ "allocator-api2", "equivalent", @@ -999,7 +999,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "serde", "serde_core", ] @@ -1366,9 +1366,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c3a14896dfa883796f1cb410461aef38810ea05f2b2c33c5aded3649095fdad" +checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" dependencies = [ "bitflags", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 23db0d38..18e610fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ num-complex = "0.4.6" num-traits = { version = "0.2.19", default-features = false } once_cell = { version = "1.21.4", default-features = false } panic-halt = "1.0.0" -pulldown-cmark = "0.13.3" +pulldown-cmark = "0.13.4" rand = "0.10.1" rand_chacha = { version = "0.10.0", default-features = false } rustyline = "18.0.0"