From 6c08b92a00dac9357e8882ed2a9036570ca42234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 14:13:28 +0800 Subject: [PATCH] Bump hex-literal from 0.3.4 to 0.4.1 (#2044) Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.4 to 0.4.1. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.4...hex-literal-v0.4.1) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dozer-ingestion/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e81f3066b..0f760331a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3747,9 +3747,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-literal" -version = "0.3.4" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" +checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hmac" diff --git a/dozer-ingestion/Cargo.toml b/dozer-ingestion/Cargo.toml index e71776993a..759571279e 100644 --- a/dozer-ingestion/Cargo.toml +++ b/dozer-ingestion/Cargo.toml @@ -74,7 +74,7 @@ memchr = { version = "2.6.3", optional = true } criterion = { version = "0.4.0", features = ["html_reports"] } serial_test = "1.0.0" rand = "0.8.5" -hex-literal = "0.3.4" +hex-literal = "0.4.1" dozer-tracing = { path = "../dozer-tracing" } tempdir = "0.3.7" parquet = "42.0.0"