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

mgrigorov 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 c5e43b7  chore: Bump thiserror from 2.0.6 to 2.0.7 (#79)
c5e43b7 is described below

commit c5e43b729e5b8eb21fe5ad4f74bfaac6465f7c41
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 08:01:44 2024 +0200

    chore: Bump thiserror from 2.0.6 to 2.0.7 (#79)
---
 Cargo.lock      | 8 ++++----
 avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index f434078..1b58a37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1298,18 +1298,18 @@ dependencies = [
 
 [[package]]
 name = "thiserror"
-version = "2.0.6"
+version = "2.0.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
+checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767"
 dependencies = [
  "thiserror-impl",
 ]
 
 [[package]]
 name = "thiserror-impl"
-version = "2.0.6"
+version = "2.0.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
+checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 3a393bd..34eced3 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -68,7 +68,7 @@ serde_json = { workspace = true }
 snap = { default-features = false, version = "1.1.0", optional = true }
 strum = { default-features = false, version = "0.26.3" }
 strum_macros = { default-features = false, version = "0.26.4" }
-thiserror = { default-features = false, version = "2.0.6" }
+thiserror = { default-features = false, version = "2.0.7" }
 typed-builder = { default-features = false, version = "0.20.0" }
 uuid = { default-features = false, version = "1.11.0", features = ["serde", 
"std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }

Reply via email to