From e96a3fc6d0bb2831ecbd5a8ed6149c8497dd2c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:23:20 +0000 Subject: [PATCH] Bump ashpd from 0.9.1 to 0.9.2 Bumps [ashpd](https://github.com/bilelmoussaoui/ashpd) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/bilelmoussaoui/ashpd/releases) - [Commits](https://github.com/bilelmoussaoui/ashpd/compare/0.9.1...0.9.2) --- updated-dependencies: - dependency-name: ashpd 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 dc2cb98..580d55a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ dependencies = [ [[package]] name = "ashpd" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe7e0dd0ac5a401dc116ed9f9119cf9decc625600474cb41f0fc0a0050abc9a" +checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9" dependencies = [ "async-fs", "async-net", diff --git a/Cargo.toml b/Cargo.toml index 8541d27..485b811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ directories = "5.0.1" chrono = { version = "0.4.38", features = ["clock"] } tokio = { version = "1.37.0", features = ["time"] } reqwest = { version = "0.12.4", features = ["blocking"] } -ashpd = "0.9.1" +ashpd = "0.9.2" open = "5.1.2" extend = "1.2.0" tracker = "0.2.1"