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 b3937c7 chore(deps): Bump liblzma from 0.4.5 to 0.4.6 (#468)
b3937c7 is described below
commit b3937c7128a39979f84b1ed0f3a1e72fea63fe7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 18 08:35:50 2026 +0200
chore(deps): Bump liblzma from 0.4.5 to 0.4.6 (#468)
Bumps [liblzma](https://github.com/portable-network-archive/liblzma-rs)
from 0.4.5 to 0.4.6.
- [Release
notes](https://github.com/portable-network-archive/liblzma-rs/releases)
-
[Commits](https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.4.5...liblzma-0.4.6)
---
updated-dependencies:
- dependency-name: liblzma
dependency-version: 0.4.6
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 | 4 ++--
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 537ba2d..fcaf982 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -764,9 +764,9 @@ checksum =
"2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]]
name = "liblzma"
-version = "0.4.5"
+version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "73c36d08cad03a3fbe2c4e7bb3a9e84c57e4ee4135ed0b065cade3d98480c648"
+checksum = "b6033b77c21d1f56deeae8014eb9fbe7bdf1765185a6c508b5ca82eeaed7f899"
dependencies = [
"liblzma-sys",
]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index db48909..71212e1 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -68,7 +68,7 @@ strum = { default-features = false, version = "0.27.2" }
strum_macros = { default-features = false, version = "0.27.2" }
thiserror = { default-features = false, version = "2.0.18" }
uuid = { workspace = true }
-liblzma = { default-features = false, version = "0.4.5", optional = true }
+liblzma = { default-features = false, version = "0.4.6", optional = true }
zstd = { default-features = false, version = "0.13.3", optional = true }