You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/09/07 08:26:58 UTC

[avro] branch branch-1.11 updated: Bump thiserror from 1.0.33 to 1.0.34 in /lang/rust (#1853)

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 aa08e72cd Bump thiserror from 1.0.33 to 1.0.34 in /lang/rust (#1853)
aa08e72cd is described below

commit aa08e72cdfef5b768ba345bf3a90354fa65522f7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 7 11:26:33 2022 +0300

    Bump thiserror from 1.0.33 to 1.0.34 in /lang/rust (#1853)
    
    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.33 to 1.0.34.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.33...1.0.34)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit b9deb0b3bfc7bcb0c78ff3a28af51dd9792d34d6)
---
 lang/rust/Cargo.lock      | 8 ++++----
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 4fa3cd6b4..96357b138 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1067,18 +1067,18 @@ dependencies = [
 
 [[package]]
 name = "thiserror"
-version = "1.0.33"
+version = "1.0.34"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57"
+checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
 dependencies = [
  "thiserror-impl",
 ]
 
 [[package]]
 name = "thiserror-impl"
-version = "1.0.33"
+version = "1.0.34"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09"
+checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index bb09b7353..3306ba29e 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -68,7 +68,7 @@ serde_json = { default-features = false, version = "1.0.85", features = ["std"]
 snap = { default-features = false, version = "1.0.5", optional = true }
 strum = { default-features = false, version = "0.24.1" }
 strum_macros = { default-features = false, version = "0.24.3" }
-thiserror = { default-features = false, version = "1.0.33" }
+thiserror = { default-features = false, version = "1.0.34" }
 typed-builder = { default-features = false, version = "0.10.0" }
 uuid = { default-features = false, version = "1.1.2", features = ["serde", "std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }