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 d13b07f  chore: Bump hex-literal from 0.4.1 to 1.0.0 (#134)
d13b07f is described below

commit d13b07fdb58a7b59a16373128eb3c502cc3cd16f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 30 00:01:04 2025 +0300

    chore: Bump hex-literal from 0.4.1 to 1.0.0 (#134)
    
    Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 
1.0.0.
    - 
[Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.1...hex-literal-v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: hex-literal
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 2ea6d26..ed3f4e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -644,9 +644,9 @@ checksum = 
"fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 
 [[package]]
 name = "hex-literal"
-version = "0.4.1"
+version = "1.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
+checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71"
 
 [[package]]
 name = "ident_case"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index bc19c38..16baa95 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -85,7 +85,7 @@ rand = { default-features = false, version = "0.9.1", 
features = ["default"] }
 anyhow = { default-features = false, version = "1.0.98", features = ["std"] }
 apache-avro-test-helper = { default-features = false, version = "0.19.0", path 
= "../avro_test_helper" }
 criterion = { default-features = false, version = "0.5.1" }
-hex-literal = { default-features = false, version = "0.4.1" }
+hex-literal = { default-features = false, version = "1.0.0" }
 md-5 = { default-features = false, version = "0.10.6" }
 pretty_assertions = { default-features = false, version = "1.4.1", features = 
["std"] }
 serial_test = "3.2.0"

Reply via email to