From 73a39a43b425d21a3638408e05f92580d597c8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:52:37 +0800 Subject: chore(deps): bump async-trait from 0.1.74 to 0.1.76 (#352) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.74 to 0.1.76. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.74...0.1.76) --- 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> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3a7a7a..6f6def9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.74" +version = "0.1.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" +checksum = "531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 9103a72..6cc1132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ description = "Display current network utilization by process, connection and re [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } -async-trait = "0.1.74" +async-trait = "0.1.76" chrono = "0.4" clap-verbosity-flag = "2.1.0" clap = { version = "4.4.10", features = ["derive"] } -- cgit v1.2.3