From 43c12ed4a4af048a18180717305381d72df90ef6 Mon Sep 17 00:00:00 2001
From: Paolo Barbolini <paolo.barbolini@m4ss.net>
Date: Thu, 28 Nov 2024 12:17:57 +0100
Subject: [PATCH] Bump `ruzstd` to 0.7.3

This fixes the yet to be published advisory for uninit/out-of-bounds
memory reads and potential exposure.

See https://github.com/rustsec/advisory-db/pull/2147
---
 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 29176a3ae8e20..144e7b4e4b32b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4711,9 +4711,9 @@ checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
 
 [[package]]
 name = "ruzstd"
-version = "0.7.2"
+version = "0.7.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "99c3938e133aac070997ddc684d4b393777d293ba170f2988c8fd5ea2ad4ce21"
+checksum = "fad02996bfc73da3e301efe90b1837be9ed8f4a462b6ed410aa35d00381de89f"
 dependencies = [
  "twox-hash",
 ]