From 417866323c9b834e918a4eedfe624ddc96ba7493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 07:25:09 +0000 Subject: [PATCH] Bump the cargo group with 9 updates Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs), [itertools](https://github.com/rust-itertools/itertools), [num-derive](https://github.com/rust-num/num-derive), [serde_json](https://github.com/serde-rs/json), [jsonschema](https://github.com/Stranger6667/jsonschema), [hashbrown](https://github.com/rust-lang/hashbrown), [ndarray](https://github.com/rust-ndarray/ndarray), [sprs](https://github.com/sparsemat/sprs) and [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. Updates `criterion` to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/0.5.0...criterion-v0.8.2) Updates `itertools` to 0.15.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) Updates `num-derive` to 0.5.1 - [Changelog](https://github.com/rust-num/num-derive/blob/main/RELEASES.md) - [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.4.2...num-derive-0.5.1) Updates `serde_json` to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.138...v1.0.151) Updates `jsonschema` to 0.52.1 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/rust-v0.29.0...ruby-v0.52.1) Updates `hashbrown` 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.16.0...v0.17.1) Updates `ndarray` to 0.17.2 - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/compare/0.16.1...0.17.2) Updates `sprs` to 0.11.5 - [Changelog](https://github.com/sparsemat/sprs/blob/master/changelog.rst) - [Commits](https://github.com/sparsemat/sprs/compare/0.11.3...0.11.5) Updates `libloading` to 0.9.0 - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production dependency-group: cargo - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production dependency-group: cargo - dependency-name: num-derive dependency-version: 0.5.1 dependency-type: direct:production dependency-group: cargo - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production dependency-group: cargo - dependency-name: jsonschema dependency-version: 0.52.1 dependency-type: direct:production dependency-group: cargo - dependency-name: hashbrown dependency-version: 0.17.1 dependency-type: direct:production dependency-group: cargo - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production dependency-group: cargo - dependency-name: sprs dependency-version: 0.11.5 dependency-type: direct:production dependency-group: cargo - dependency-name: libloading dependency-version: 0.9.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- binar/Cargo.toml | 2 +- deq/deq_decoder_abi/Cargo.toml | 2 +- deq/deq_runtime/Cargo.toml | 8 ++++---- paulimer/Cargo.toml | 8 ++++---- pauliverse/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/binar/Cargo.toml b/binar/Cargo.toml index 78f47b45..8765dc6e 100644 --- a/binar/Cargo.toml +++ b/binar/Cargo.toml @@ -28,7 +28,7 @@ derive_more = { version = "2.0.1", features = ["deref", "deref_mut", "display", pyo3 = { version = "0.29", optional = true } [dev-dependencies] -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } proptest = "1.0" [[bench]] diff --git a/deq/deq_decoder_abi/Cargo.toml b/deq/deq_decoder_abi/Cargo.toml index b3f75e82..0b8d6c77 100644 --- a/deq/deq_decoder_abi/Cargo.toml +++ b/deq/deq_decoder_abi/Cargo.toml @@ -17,4 +17,4 @@ default = [] host = ["dep:libloading"] [dependencies] -libloading = { version = "0.8", optional = true } +libloading = { version = "0.9", optional = true } diff --git a/deq/deq_runtime/Cargo.toml b/deq/deq_runtime/Cargo.toml index 5c2228d9..cff4940c 100644 --- a/deq/deq_runtime/Cargo.toml +++ b/deq/deq_runtime/Cargo.toml @@ -68,10 +68,10 @@ dylib = ["dep:deq-decoder-abi"] [dependencies] num-traits = "0.2.19" serde = { version = "1.0.217", features = ["derive", "rc"] } -serde_json = { version = ">=1.0.138, <1.0.142", features = [ +serde_json = { version = ">=1.0.138, <1.0.152", features = [ "arbitrary_precision", ] } -hashbrown = "0.16.0" +hashbrown = "0.17.1" ordered-float = "5.1.0" pyo3 = { version = "0.29", features = [ "multiple-pymethods", @@ -104,8 +104,8 @@ rand_distr = "0.6.0" binar = "0.1.1" ctrlc = { version = "3.4.0", optional = true } relay-bp = "0.2.2" -ndarray = "=0.16.1" -sprs = "=0.11.3" +ndarray = "=0.17.2" +sprs = "=0.11.5" fastrace = { version = "0.7.14", features = ["enable"], optional = true } stim = { version = "0.4.1", optional = true } rhai = { version = "1", features = ["sync"], optional = true } diff --git a/paulimer/Cargo.toml b/paulimer/Cargo.toml index 067b80f5..894d37fb 100644 --- a/paulimer/Cargo.toml +++ b/paulimer/Cargo.toml @@ -17,8 +17,8 @@ rand = "0.10" sorted-vec = "0.8" sorted-iter = "0.1" once_cell = "1.21.3" -itertools = "0.14" -num-derive = "0.4.2" +itertools = "0.15" +num-derive = "0.5.1" num-traits = "0.2.19" pyo3 = { version = "0.29", optional = true } derive_more = { version = "2.0.1", features = [ @@ -35,10 +35,10 @@ serde = { version = "1.0", features = ["derive"], optional = true } schemars = { version = "1.1", optional = true } [dev-dependencies] -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } proptest = "1.0" serde_json = "1.0" -jsonschema = { version = "0.29" } +jsonschema = { version = "0.52" } [[bench]] name = "pauli_benchmark" diff --git a/pauliverse/Cargo.toml b/pauliverse/Cargo.toml index c2a73cae..ed1965a9 100644 --- a/pauliverse/Cargo.toml +++ b/pauliverse/Cargo.toml @@ -17,7 +17,7 @@ derive_more = { version = "2.0.1", features = [ ] } [dev-dependencies] -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } proptest = "1.0" [[bench]]