From 99def2de3bb65e0c1678f12a11743f9bd3168c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:25:36 +0000 Subject: [PATCH] Bump async-trait from 0.1.69 to 0.1.72 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.69 to 0.1.72. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.69...0.1.72) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- dropshot/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d21eb310c..9c48aa66f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.69" +version = "0.1.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7" +checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09" dependencies = [ "proc-macro2", "quote", @@ -1198,9 +1198,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.28" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" +checksum = "5907a1b7c277254a8b15170f6e7c97cfa60ee7872a3217663bb81151e48184bb" dependencies = [ "proc-macro2", ] diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index af9d95c59..18b00ac05 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "web-programming::http-server"] [dependencies] async-stream = "0.3.5" -async-trait = "0.1.69" +async-trait = "0.1.72" base64 = "0.21.2" bytes = "1" camino = { version = "1.1.4", features = ["serde1"] }