From 76771ce26cb4f131a515078a184d7243dce42d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 00:35:17 +0000 Subject: [PATCH] Bump the cargo-deps group with 1 update Bumps the cargo-deps group with 1 update: [async-trait](https://github.com/dtolnay/async-trait). Updates `async-trait` from 0.1.77 to 0.1.78 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.77...0.1.78) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2044b05..f868869 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.77" +version = "0.1.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" +checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d934289..65bdd17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde = "1.0.175" bytemuck = "1.13.1" gloo = { version = "0.11.0", features = ["futures", "net", "file", "worker"] } zeroize = "1.6.0" -async-trait = "0.1.72" +async-trait = "0.1.78" mime = "0.3.17" byte-unit = "5.1.4" # zip = "0.6.6"