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/12/20 19:33:17 UTC

[avro] branch branch-1.11 updated: Bump thiserror from 1.0.37 to 1.0.38 in /lang/rust (#2031)

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 6ba3fdf5d Bump thiserror from 1.0.37 to 1.0.38 in /lang/rust (#2031)
6ba3fdf5d is described below

commit 6ba3fdf5d3d11ca3ce06bb7f04334ba6605ee48e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 20 21:32:52 2022 +0200

    Bump thiserror from 1.0.37 to 1.0.38 in /lang/rust (#2031)
    
    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.38.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.37...1.0.38)
    
    ---
    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 1fd8c627fb913426a9f97043ed3244805d3ba25a)
---
 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 2e70c9eb4..70ba7c3ec 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -960,18 +960,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
 
 [[package]]
 name = "thiserror"
-version = "1.0.37"
+version = "1.0.38"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
+checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
 dependencies = [
  "thiserror-impl",
 ]
 
 [[package]]
 name = "thiserror-impl"
-version = "1.0.37"
+version = "1.0.38"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
+checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index b8e6f4b94..d937d833a 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.89", features = ["std"]
 snap = { default-features = false, version = "1.1.0", 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.37" }
+thiserror = { default-features = false, version = "1.0.38" }
 typed-builder = { default-features = false, version = "0.11.0" }
 uuid = { default-features = false, version = "1.2.2", features = ["serde", "std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }