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 3bd804207 Bump thiserror from 1.0.38 to 1.0.39 in /lang/rust (#2128)
3bd804207 is described below
commit 3bd80420791cd398e38ba88ec1a4a5adb3213851
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 7 12:04:01 2023 +0200
Bump thiserror from 1.0.38 to 1.0.39 in /lang/rust (#2128)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to
1.0.39.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39)
---
updated-dependencies:
- dependency-name: thiserror
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 fd008734cb07c9814ce0d8ef2b5b9e3ecfbb51de)
---
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 e699003d6..fe36245a4 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -968,18 +968,18 @@ checksum =
"222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]]
name = "thiserror"
-version = "1.0.38"
+version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
+checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.38"
+version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
+checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
dependencies = [
"proc-macro2",
"quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 3b6a12cd5..686b29b71 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -69,7 +69,7 @@ serde_json = { default-features = false, version = "1.0.94",
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.38" }
+thiserror = { default-features = false, version = "1.0.39" }
typed-builder = { default-features = false, version = "0.13.0" }
uuid = { default-features = false, version = "1.3.0", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }