From 8433ef2297e174eb2a425aca07b228fa0d74630d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:08:54 +0000 Subject: [PATCH] Bump the minor-changes group across 1 directory with 3 updates Bumps the minor-changes group with 3 updates in the / directory: [bitflags](https://github.com/bitflags/bitflags), [hashbrown](https://github.com/rust-lang/hashbrown) and [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark). Updates `bitflags` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.11.1...2.12.1) 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: bitflags dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-changes - 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 | 24 ++++++++++++------------ Cargo.toml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3064e483..aca93a85 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", ] @@ -221,9 +221,9 @@ checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719" [[package]] name = "bitflags" -version = "2.11.1" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" +checksum = "84d7ced0ae9557296835c32bf1b1e02b44c746701f898460fb000d7eaa84f00a" [[package]] name = "block-buffer" @@ -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..bfbe74c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ repository = "https://github.com/slowli/arithmetic-parser" # External dependencies anyhow = { version = "1.0.102", default-features = false } assert_matches = "1.5.0" -bitflags = "2.11.1" +bitflags = "2.12.1" clap = "4.6.1" codespan = "0.13.1" codespan-reporting = "0.13.1" @@ -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"