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 0255ac6  chore(deps): Bump liblzma from 0.4.4 to 0.4.5 (#302)
0255ac6 is described below

commit 0255ac689c572c2697849950c534e1a833475753
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 07:23:18 2025 +0200

    chore(deps): Bump liblzma from 0.4.4 to 0.4.5 (#302)
    
    Bumps [liblzma](https://github.com/portable-network-archive/liblzma-rs) 
from 0.4.4 to 0.4.5.
    - [Release 
notes](https://github.com/portable-network-archive/liblzma-rs/releases)
    - 
[Commits](https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.4.4...liblzma-0.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: liblzma
      dependency-version: 0.4.5
      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 98a7158..191ac94 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -701,9 +701,9 @@ checksum = 
"6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
 
 [[package]]
 name = "liblzma"
-version = "0.4.4"
+version = "0.4.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "10bf66f4598dc77ff96677c8e763655494f00ff9c1cf79e2eb5bb07bc31f807d"
+checksum = "73c36d08cad03a3fbe2c4e7bb3a9e84c57e4ee4135ed0b065cade3d98480c648"
 dependencies = [
  "liblzma-sys",
 ]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index da9264c..4f1b881 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -71,7 +71,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.16" }
 uuid = { default-features = false, version = "1.18.1", features = ["serde", 
"std"] }
-liblzma = { default-features = false, version = "0.4.4", optional = true }
+liblzma = { default-features = false, version = "0.4.5", optional = true }
 zstd = { default-features = false, version = "0.13.3", optional = true }
 
 

Reply via email to