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

kriskras99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f4ea8f  chore(deps): Bump trybuild from 1.0.114 to 1.0.115 (#452)
0f4ea8f is described below

commit 0f4ea8f25c4b77b22648279d748e145773fa6d70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 07:47:25 2026 +0100

    chore(deps): Bump trybuild from 1.0.114 to 1.0.115 (#452)
    
    Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.114 to 
1.0.115.
    - [Release notes](https://github.com/dtolnay/trybuild/releases)
    - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.114...1.0.115)
    
    ---
    updated-dependencies:
    - dependency-name: trybuild
      dependency-version: 1.0.115
      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>
---
 Cargo.lock             | 4 ++--
 avro_derive/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 3c2c74e..006dde1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1333,9 +1333,9 @@ checksum = 
"ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
 
 [[package]]
 name = "trybuild"
-version = "1.0.114"
+version = "1.0.115"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3e17e807bff86d2a06b52bca4276746584a78375055b6e45843925ce2802b335"
+checksum = "5f614c21bd3a61bad9501d75cbb7686f00386c806d7f456778432c25cf86948a"
 dependencies = [
  "glob",
  "serde",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 606db7c..6dcedd6 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -45,7 +45,7 @@ pretty_assertions = { workspace = true }
 proptest = { default-features = false, version = "1.9.0", features = ["std"] }
 rustversion = "1.0.22"
 serde = { workspace = true }
-trybuild = "1.0.114"
+trybuild = "1.0.115"
 
 [build-dependencies]
 rustversion = "1.0.22"

Reply via email to