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 7227de1 chore: Bump thiserror from 2.0.4 to 2.0.6 (#74)
7227de1 is described below
commit 7227de1ddb17a98be3d59cdeea99620e4febb120
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 16:34:27 2024 +0200
chore: Bump thiserror from 2.0.4 to 2.0.6 (#74)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.4...2.0.6)
---
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>
---
Cargo.lock | 8 ++++----
avro/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 9870827..ae6dfc1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1299,18 +1299,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "2.0.4"
+version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490"
+checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "2.0.4"
+version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061"
+checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index bc99266..390c8ac 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.4" }
+thiserror = { default-features = false, version = "2.0.6" }
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 }