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 38688db chore(deps): Bump hex-literal from 1.0.0 to 1.1.0 (#329)
38688db is described below
commit 38688db223dfd422beeb69af9e3e602d2ed4329f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 30 08:04:59 2025 +0100
chore(deps): Bump hex-literal from 1.0.0 to 1.1.0 (#329)
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 1.0.0 to
1.1.0.
-
[Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v1.0.0...hex-literal-v1.1.0)
---
updated-dependencies:
- dependency-name: hex-literal
dependency-version: 1.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 5a6fec9..a3bb6cf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -559,9 +559,9 @@ dependencies = [
[[package]]
name = "hex-literal"
-version = "1.0.0"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71"
+checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1"
[[package]]
name = "ident_case"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 46e3686..975d2f2 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -85,7 +85,7 @@ rand = { default-features = false, version = "0.9.2",
features = ["default"] }
anyhow = { default-features = false, version = "1.0.100", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.20.0", path
= "../avro_test_helper" }
criterion = { default-features = false, version = "0.7.0" }
-hex-literal = { default-features = false, version = "1.0.0" }
+hex-literal = { default-features = false, version = "1.1.0" }
md-5 = { default-features = false, version = "0.10.6" }
pretty_assertions = { workspace = true }
sha2 = { default-features = false, version = "0.10.9" }