This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 83b4595e2 Fix RUSTSEC-2026-0122 (#2437)
83b4595e2 is described below
commit 83b4595e2b5f522974d24d51c8ecbd09a093fa92
Author: blackmwk <[email protected]>
AuthorDate: Wed May 13 00:25:53 2026 +0800
Fix RUSTSEC-2026-0122 (#2437)
## Which issue does this PR close?
- Closes #2435
## What changes are included in this PR?
Upgrade rkyv_derive version.
## Are these changes tested?
ci.
---
Cargo.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index ca7bde27a..02d2a7e94 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5950,12 +5950,12 @@ dependencies = [
[[package]]
name = "rkyv"
-version = "0.8.15"
+version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a30e631b7f4a03dee9056b8ef6982e8ba371dd5bedb74d3ec86df4499132c70"
+checksum = "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3"
dependencies = [
"bytes",
- "hashbrown 0.16.1",
+ "hashbrown 0.17.1",
"indexmap 2.13.0",
"munge",
"ptr_meta",
@@ -5968,9 +5968,9 @@ dependencies = [
[[package]]
name = "rkyv_derive"
-version = "0.8.15"
+version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8100bb34c0a1d0f907143db3149e6b4eea3c33b9ee8b189720168e818303986f"
+checksum = "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6"
dependencies = [
"proc-macro2",
"quote",
@@ -7072,7 +7072,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
"fastrand",
- "getrandom 0.4.2",
+ "getrandom 0.3.4",
"once_cell",
"rustix",
"windows-sys 0.59.0",