From d2572ba48a170cfac35f5c007b9248d5955a19bd Mon Sep 17 00:00:00 2001 From: Keito Uchiyama Date: Tue, 21 Jan 2025 19:33:20 -0800 Subject: [PATCH] Bump `platforms` crate to 3.5.0 Summary: Bumps the `platforms` crate from rustsec to 3.5.0. The version currently vendored in (3.0.2, Nov 2022) does not have https://github.com/rustsec/rustsec/commit/a4d7fc5d432e813bbb788e78757a0bd3e90ba1a8 (Feb 2023) which added target_os "aix". RUSTSEC-2025-0001 for `gix-worktree-state` specifies a `target_os` of `aix`, so `vendor` doesn't work right now (P1716441030). (I created this diff with `--audit-sec` removed on this line: https://www.internalfb.com/code/fbsource/fbcode/common/rust/tools/reindeer/script-common.sh?lines=127) Reviewed By: zertosh Differential Revision: D68474729 fbshipit-source-id: bc09ba098de405f73e0798360c19f23932fd210b --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 584a5b15..e980acef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2002,9 +2002,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "platforms" -version = "3.0.2" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" +checksum = "d43467300237085a4f9e864b937cf0bc012cef7740be12be1a48b10d2c8a3701" dependencies = [ "serde", ]