This is an automated email from the ASF dual-hosted git repository.
martin-g 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 9514513 chore(deps): Bump liblzma from 0.4.7 to 0.4.8 (#628)
9514513 is described below
commit 95145131dee6686275eff19a3971dd27f026054d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 09:26:20 2026 +0300
chore(deps): Bump liblzma from 0.4.7 to 0.4.8 (#628)
Bumps [liblzma](https://github.com/portable-network-archive/liblzma-rs)
from 0.4.7 to 0.4.8.
- [Release
notes](https://github.com/portable-network-archive/liblzma-rs/releases)
-
[Commits](https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.4.7...liblzma-0.4.8)
---
updated-dependencies:
- dependency-name: liblzma
dependency-version: 0.4.8
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 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index e00f4e3..6c9c0c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -736,18 +736,18 @@ checksum =
"68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "liblzma"
-version = "0.4.7"
+version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "45aec2360b3933207e27908049d8e4df4e476b58180afb1e56b2a4fb72efe4ba"
+checksum = "2fe0a34ca854fd4f20c07f696fc8675aec78f87d88d29f5e10257a7490a1b2e1"
dependencies = [
"liblzma-sys",
]
[[package]]
name = "liblzma-sys"
-version = "0.4.7"
+version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a046c7f353ba30f810545151e04f63545833803f5b86ee3ddf1517247fe560a5"
+checksum = "a0dad045e4b1b7b170be4b60b54b780cafb4490165461bac7d1cf7b703f61d5f"
dependencies = [
"cc",
"libc",