about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaolo Barbolini <paolo.barbolini@m4ss.net>2024-11-28 12:17:57 +0100
committerPaolo Barbolini <paolo.barbolini@m4ss.net>2024-11-28 12:17:57 +0100
commit43c12ed4a4af048a18180717305381d72df90ef6 (patch)
tree29395ad9b18d993eeb0064944d3c213d5a867674
parentf005c7437def424a1c43cbc380352a58d8ac920b (diff)
downloadrust-43c12ed4a4af048a18180717305381d72df90ef6.tar.gz
rust-43c12ed4a4af048a18180717305381d72df90ef6.zip
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
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 29176a3ae8e..144e7b4e4b3 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",
 ]