From c7b899a8756d097973e5fb7b6c0eaff1f5a51d91 Mon Sep 17 00:00:00 2001 From: Stiopa Koltsov Date: Wed, 16 Oct 2024 15:32:49 -0700 Subject: [PATCH] Deprecation warnings Summary: After D64305791. Reviewed By: Will-MingLun-Li Differential Revision: D64476974 fbshipit-source-id: 4f2f027c840e81168765b3c954592469d7fcc45d --- shim/third-party/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim/third-party/rust/Cargo.toml b/shim/third-party/rust/Cargo.toml index 84ec27d4c..b569ecfaa 100644 --- a/shim/third-party/rust/Cargo.toml +++ b/shim/third-party/rust/Cargo.toml @@ -115,7 +115,7 @@ internment = { version = "0.7", features = ["arc"] } inventory = "0.3.8" ipnetwork = "0.20.0" is_proc_translated = "0.1.1" -itertools = "0.10.3" +itertools = "0.13.0" jemallocator = { version = "0.5.0", features = ["profiling"] } lalrpop = { version = "0.19.7", artifact = "bin", features = ["pico-args"] } lalrpop-util = "0.19.7"