This is an automated email from the ASF dual-hosted git repository.
kriskras99 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 8f70913 chore(deps): Bump thiserror from 2.0.14 to 2.0.15 (#272)
8f70913 is described below
commit 8f709130dd2a4c265642050b7dc2acfe2dc74879
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 18 09:49:57 2025 +0200
chore(deps): Bump thiserror from 2.0.14 to 2.0.15 (#272)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.14 to
2.0.15.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.14...2.0.15)
---
updated-dependencies:
- dependency-name: thiserror
dependency-version: 2.0.15
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 51715a3..999540e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1250,18 +1250,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "2.0.14"
+version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
+checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "2.0.14"
+version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
+checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0"
dependencies = [
"proc-macro2",
"quote",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 147db51..6bf1945 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -69,7 +69,7 @@ serde_json = { workspace = true }
snap = { default-features = false, version = "1.1.0", optional = true }
strum = { default-features = false, version = "0.27.2" }
strum_macros = { default-features = false, version = "0.27.2" }
-thiserror = { default-features = false, version = "2.0.14" }
+thiserror = { default-features = false, version = "2.0.15" }
uuid = { default-features = false, version = "1.18.0", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }
zstd = { default-features = false, version = "0.13.3", optional = true }