From ff6311d7c659d25c3f1e9cd5d6bf357b9d7f5868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:06:34 +0200 Subject: [PATCH] chore(deps): bump async-trait from 0.1.82 to 0.1.83 in /webapp/native (#1302) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/native/Cargo.lock | 4 ++-- webapp/native/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/native/Cargo.lock b/webapp/native/Cargo.lock index 1a18f417..8cc174d1 100644 --- a/webapp/native/Cargo.lock +++ b/webapp/native/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.82" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", diff --git a/webapp/native/Cargo.toml b/webapp/native/Cargo.toml index a8afe071..491e551e 100644 --- a/webapp/native/Cargo.toml +++ b/webapp/native/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1.40.0", features = ["sync"] } tokenizer = { path = "../../crates/tokenizer"} opla_core = { path = "../../crates/core"} sha2 = "0.10.8" -async-trait = "0.1.82" +async-trait = "0.1.83" dyn-clone = "1.0.17" bytes = "1.7.2" regex = "1.10.6"