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"