This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 27338e5a9 Bump paste from 1.0.14 to 1.0.15 in /lang/rust (#2895)
27338e5a9 is described below

commit 27338e5a9f9233607246afed989ace4c3bfbb216
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 7 21:40:06 2024 +0300

    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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit df8bb73a515c8170d3dd3ab63b86c725cee3f469)
---
 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 49c76da68..be40162b3 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 06d340367..6fb4076e2 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]

Reply via email to