You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/04/04 05:58:31 UTC

[avro] branch branch-1.11 updated: Bump hex-literal from 0.3.4 to 0.4.0 in /lang/rust (#2176)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 2999c1348 Bump hex-literal from 0.3.4 to 0.4.0 in /lang/rust (#2176)
2999c1348 is described below

commit 2999c1348ec3e528eb6dfb0b60fb747f88d6a10b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 4 08:57:56 2023 +0300

    Bump hex-literal from 0.3.4 to 0.4.0 in /lang/rust (#2176)
    
    Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.4 to 0.4.0.
    - [Release notes](https://github.com/RustCrypto/utils/releases)
    - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.4...hex-literal-v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: hex-literal
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 174a40c03b26a971241ce54b844018577efa3335)
---
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 8a9edbf23..0fc08ee28 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -486,9 +486,9 @@ dependencies = [
 
 [[package]]
 name = "hex-literal"
-version = "0.3.4"
+version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
+checksum = "4bcb5b3e439c92a7191df2f9bbe733de8de55c3f86368cdb1c63f8be7e9e328e"
 
 [[package]]
 name = "ident_case"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 36ba9f2a4..85664c8c9 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -86,7 +86,7 @@ rand = { default-features = false, version = "0.8.5", features = ["default"] }
 anyhow = { default-features = false, version = "1.0.70", features = ["std"] }
 apache-avro-test-helper = { default-features = false, version = "0.15.0", path = "../avro_test_helper" }
 criterion = { default-features = false, version = "0.4.0" }
-hex-literal = { default-features = false, version = "0.3.4" }
+hex-literal = { default-features = false, version = "0.4.0" }
 md-5 = { default-features = false, version = "0.10.5" }
 pretty_assertions = { default-features = false, version = "1.3.0", features = ["std"] }
 sha2 = { default-features = false, version = "0.10.6" }