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 660c655 chore(deps): Bump liblzma from 0.4.6 to 0.4.7 (#570)
660c655 is described below
commit 660c655cac0cdf3bc5c6818bf6b5e445eb09bdce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 07:20:58 2026 +0200
chore(deps): Bump liblzma from 0.4.6 to 0.4.7 (#570)
Bumps [liblzma](https://github.com/portable-network-archive/liblzma-rs)
from 0.4.6 to 0.4.7.
- [Release
notes](https://github.com/portable-network-archive/liblzma-rs/releases)
-
[Commits](https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.4.6...liblzma-0.4.7)
---
updated-dependencies:
- dependency-name: liblzma
dependency-version: 0.4.7
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 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index d2fbdcb..2af3d41 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -752,9 +752,9 @@ checksum =
"b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
[[package]]
name = "liblzma"
-version = "0.4.6"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6033b77c21d1f56deeae8014eb9fbe7bdf1765185a6c508b5ca82eeaed7f899"
+checksum = "45aec2360b3933207e27908049d8e4df4e476b58180afb1e56b2a4fb72efe4ba"
dependencies = [
"liblzma-sys",
]