From 29a1ca50d130a9ccca55606405ba0fd3fd2fd814 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:25:58 +0000 Subject: [PATCH] Update Rust crate `async-trait` to v0.1.85 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da29290868e..322d3e07ca5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,9 +352,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.84" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", @@ -2814,7 +2814,7 @@ dependencies = [ "hash-graph-test-data", "hash-graph-types", "hash-repo-chores", - "itertools 0.13.0", + "itertools 0.14.0", "rand", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 8e07cf3f297..0f5fb73aeb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ anstyle = { version = "=1.0.10", default-features = false } anstyle-yansi = { version = "=2.0.2", default-features = false } approx = { version = "=0.5.1", default-features = false } async-scoped = { version = "=0.9.0", default-features = false } -async-trait = { version = "=0.1.84", default-features = false } +async-trait = { version = "=0.1.85", default-features = false } aws-config = { version = "=1.5.13" } aws-sdk-s3 = { version = "=1.68.0", default-features = false } bitvec = { version = "=1.0.1", default-features = false }