From 4e1be7437f8a5e262ade86f9d2abb524e2fb7c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:39:54 +0000 Subject: [PATCH] chore(deps): bump async-trait from 0.1.85 to 0.1.87 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.85 to 0.1.87. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.85...0.1.87) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... 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 aa51486..c77fc89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,9 +38,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index dc9dcfa..28414e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/cedricziel/baserow-rs" [dependencies] tracing = { version = "0.1", features = ["attributes"] } tracing-futures = "0.2" -async-trait = "0.1.85" +async-trait = "0.1.87" reqwest = { version = "0.12.12", features = ["json", "multipart", "stream"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138"