From 172dc3bb562e380b888d847d18f2d2f771a32754 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 03:38:51 +0000 Subject: [PATCH] Update Rust crate futures to 0.3.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e421ab3..bd88ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ crc32c = "0.6.8" diesel = { version = "2.3.6", features = ["postgres"] } diesel_migrations = { version = "2.3.1" } dropshot = "0.17" -futures = "0.3.31" +futures = "0.3.32" google-cloudkms1 = "7.0.0" heck = "0.5.0" hex = "0.4.3"