From 2dc95bb18b814bd58049897a7c9a83133f1988e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:11:59 +0000 Subject: [PATCH] cargo: bump the cargo-dependencies group with 2 updates Bumps the cargo-dependencies group with 2 updates: [minus](https://github.com/arijit79/minus) and [syn](https://github.com/dtolnay/syn). Updates `minus` from 5.6.0 to 5.6.1 - [Changelog](https://github.com/arijit79/minus/blob/main/CHANGELOG.md) - [Commits](https://github.com/arijit79/minus/compare/v5.6.0...v5.6.1) Updates `syn` from 2.0.55 to 2.0.57 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.55...2.0.57) --- updated-dependencies: - dependency-name: minus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89f01f1ee..c6fbdefe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1949,9 +1949,9 @@ dependencies = [ [[package]] name = "minus" -version = "5.6.0" +version = "5.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76cee2df9ffd9b295b54d4ca2590a77ca49fd5eab1366647ff6e21951969ca5" +checksum = "093bd0520d2a37943566a73750e6d44094dac75d66a978d1f0d97ffc78686832" dependencies = [ "crossbeam-channel", "crossterm", @@ -2815,9 +2815,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "syn" -version = "2.0.55" +version = "2.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0" +checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 761ed533e..8efdb7cd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ insta = { version = "1.38.0", features = ["filters"] } itertools = "0.12.1" libc = { version = "0.2.153" } maplit = "1.0.2" -minus = { version = "5.6.0", features = ["dynamic_output", "search"] } +minus = { version = "5.6.1", features = ["dynamic_output", "search"] } num_cpus = "1.16.0" once_cell = "1.19.0" ouroboros = "0.18.0" @@ -90,7 +90,7 @@ smallvec = { version = "1.13.2", features = [ "union", ] } strsim = "0.11.0" -syn = "2.0.55" +syn = "2.0.57" tempfile = "3.10.1" test-case = "3.3.1" textwrap = "0.16.1"