From f9e5de57e3ddac0091e71ec0d6f876c19f9dd66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:11:03 +0000 Subject: [PATCH] build(deps): bump async-trait in /atcoder-problems-backend Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.57 to 0.1.64. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.57...0.1.64) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- atcoder-problems-backend/Cargo.lock | 15 ++------------- atcoder-problems-backend/sql-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/atcoder-problems-backend/Cargo.lock b/atcoder-problems-backend/Cargo.lock index 9b3dd3683..69c1d5e8f 100644 --- a/atcoder-problems-backend/Cargo.lock +++ b/atcoder-problems-backend/Cargo.lock @@ -410,9 +410,9 @@ checksum = "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8" [[package]] name = "async-trait" -version = "0.1.57" +version = "0.1.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" +checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" dependencies = [ "proc-macro2", "quote", @@ -2681,17 +2681,6 @@ dependencies = [ "stable_deref_trait", ] -[[package]] -name = "sha-1" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - [[package]] name = "sha1" version = "0.10.4" diff --git a/atcoder-problems-backend/sql-client/Cargo.toml b/atcoder-problems-backend/sql-client/Cargo.toml index 6cf3bd99b..24ae7eebc 100644 --- a/atcoder-problems-backend/sql-client/Cargo.toml +++ b/atcoder-problems-backend/sql-client/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] sqlx = { version = "0.6.2", features = ["postgres", "runtime-tokio-rustls"] } -async-trait = "0.1.57" +async-trait = "0.1.64" serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.1", features = ["serde", "v4"] } anyhow = "1.0"