From ca4eeba54a6de217620015a80080885d4d9587f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:48:50 +0000 Subject: [PATCH] Bump paste from 1.0.14 to 1.0.15 in /rust 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] --- rust/Cargo.lock | 4 ++-- rust/wdf-umdf-sys/Cargo.toml | 2 +- rust/wdf-umdf/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d42fdd98..bcba6fc6 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -619,9 +619,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 = "pin-project-lite" diff --git a/rust/wdf-umdf-sys/Cargo.toml b/rust/wdf-umdf-sys/Cargo.toml index 8dcfc27d..2891ee04 100644 --- a/rust/wdf-umdf-sys/Cargo.toml +++ b/rust/wdf-umdf-sys/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" workspace = true [dependencies] -paste = "1.0.14" +paste = "1.0.15" bytemuck = "1.15.0" thiserror = "1.0.59" diff --git a/rust/wdf-umdf/Cargo.toml b/rust/wdf-umdf/Cargo.toml index bd111e68..a0b9ae5c 100644 --- a/rust/wdf-umdf/Cargo.toml +++ b/rust/wdf-umdf/Cargo.toml @@ -8,5 +8,5 @@ workspace = true [dependencies] wdf-umdf-sys = { path = "../wdf-umdf-sys" } -paste = "1.0.14" +paste = "1.0.15" thiserror = "1.0.59"