From df8bb73a515c8170d3dd3ab63b86c725cee3f469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:40:06 +0300 Subject: [PATCH] Bump paste from 1.0.14 to 1.0.15 in /lang/rust (#2895) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lang/rust/Cargo.lock | 4 ++-- lang/rust/avro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 49c76da6859..be40162b301 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -884,9 +884,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/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index 06d340367ea..6fb4076e250 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -90,7 +90,7 @@ md-5 = { default-features = false, version = "0.10.6" } pretty_assertions = { default-features = false, version = "1.4.0", features = ["std"] } serial_test = "3.1.1" sha2 = { default-features = false, version = "0.10.8" } -paste = { default-features = false, version = "1.0.14" } +paste = { default-features = false, version = "1.0.15" } rstest = { default-features = false, version = "0.19.0" } [package.metadata.docs.rs]