From ee47f5027cefd27664bd472cfdca26ea0789c8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 09:07:45 +0000 Subject: [PATCH] Bump pastey from 0.2.0 to 0.2.1 in the dependencies group Bumps the dependencies group with 1 update: [pastey](https://github.com/as1100k/pastey). Updates `pastey` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/as1100k/pastey/releases) - [Changelog](https://github.com/AS1100K/pastey/blob/master/CHANGELOG.md) - [Commits](https://github.com/as1100k/pastey/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: pastey dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4309cc..43e283a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,9 +940,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pastey" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d6c094ee800037dff99e02cab0eaf3142826586742a270ab3d7a62656bd27a" +checksum = "b867cad97c0791bbd3aaa6472142568c6c9e8f71937e98379f584cfb0cf35bec" [[package]] name = "plotters" diff --git a/Cargo.toml b/Cargo.toml index 626e961..3f42210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ approx = "0.5.1" criterion = { version = "0.8.1", features = ["html_reports"] } faer = { version = "0.23.2", default-features = false, features = ["std", "linalg"] } nalgebra = "0.34.1" -pastey = "0.2.0" +pastey = "0.2.1" proptest = "1.9.0" [[bench]]