From 6e2395169084dd805b8e32b077c12294016be779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:25:44 +0000 Subject: [PATCH] Bump paste from 1.0.14 to 1.0.15 Bumps [paste](https://github.com/dtolnay/paste) from 1.0.14 to 1.0.15. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.14...1.0.15) --- updated-dependencies: - dependency-name: paste 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 fc514a8..a94b516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3358,9 +3358,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "path-clean" diff --git a/Cargo.toml b/Cargo.toml index 99f9e57..1a0e349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ once_cell = "1.17.1" path-clean = "0.1.0" # simple path cleaning parse-display = "0.6.0" -paste = "1.0.12" +paste = "1.0.15" percent-encoding = "2.2.0" pretty_assertions = "1.2.1"