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 21370fdba Bump thiserror from 1.0.55 to 1.0.56 in /lang/rust (#2671)
21370fdba is described below
commit 21370fdba96d52d175654a8716f09ff3d67663fe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 4 09:30:31 2024 +0200
Bump thiserror from 1.0.55 to 1.0.56 in /lang/rust (#2671)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.55 to
1.0.56.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.55...1.0.56)
---
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 e5ca1517b7d80454fa7137e3ef53b4335416de09)
---
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 33432ab78..a2322f882 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1218,18 +1218,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.55"
+version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e3de26b0965292219b4287ff031fcba86837900fe9cd2b34ea8ad893c0953d2"
+checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.55"
+version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "268026685b2be38d7103e9e507c938a1fcb3d7e6eb15e87870b617bf37b6d581"
+checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
dependencies = [
"proc-macro2",
"quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 2800d4326..90b58331c 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/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.25.0" }
strum_macros = { default-features = false, version = "0.25.3" }
-thiserror = { default-features = false, version = "1.0.55" }
+thiserror = { default-features = false, version = "1.0.56" }
typed-builder = { default-features = false, version = "0.18.0" }
uuid = { default-features = false, version = "1.6.1", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }