From 33c699d7f2c982ef5905ac1ee7abd8f65f61447e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:45:56 +0000 Subject: [PATCH] chore(deps): bump pastey from 0.2.1 to 0.2.2 Bumps [pastey](https://github.com/as1100k/pastey) from 0.2.1 to 0.2.2. - [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.1...v0.2.2) --- updated-dependencies: - dependency-name: pastey dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 254ab38e03..71de7106af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6567,9 +6567,9 @@ checksum = "487f2ccd1e17ce8c1bfab3a65c89525af41cfad4c8659021a1e9a2aacd73b89b" [[package]] name = "pastey" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b867cad97c0791bbd3aaa6472142568c6c9e8f71937e98379f584cfb0cf35bec" +checksum = "c5a797f0e07bdf071d15742978fc3128ec6c22891c31a3a931513263904c982a" [[package]] name = "pem-rfc7468" diff --git a/Cargo.toml b/Cargo.toml index 561ee12e05..711a088797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -452,7 +452,7 @@ mockall = { default-features = false, version = "0.14" } multer = { default-features = false, version = "3" } mutants = { default-features = false, version = "0.0.4" } once_cell = { default-features = false, version = "1.19.0" } -pastey = { default-features = false, version = "0.2.1" } +pastey = { default-features = false, version = "0.2.2" } pretty_assertions = { default-features = false, version = "1.4.1", features = ["alloc"] } proc-macro2 = { default-features = false, version = "1.0.106" } quote = { default-features = false, version = "1.0.35" }