From 3a4eaae7eca84ca850c5f7717aec9fd7d6baf8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:25:19 +0000 Subject: [PATCH] Bump backon from 0.4.3 to 0.4.4 Bumps [backon](https://github.com/Xuanwo/backon) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/Xuanwo/backon/releases) - [Commits](https://github.com/Xuanwo/backon/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: backon 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 7d74f07..1c5f4e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,9 +414,9 @@ dependencies = [ [[package]] name = "backon" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c491fa80d69c03084223a4e73c378dd9f9a1e612eb54051213f88b2d5249b458" +checksum = "d67782c3f868daa71d3533538e98a8e13713231969def7536e8039606fc46bf0" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 4fcf61a..8227d45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ js-sys = "0.3.68" web-sys = "0.3.68" chrono = { version = "0.4.34", features = ["wasmbind"] } snafu = "0.7.5" -backon = "0.4.1" +backon = "0.4.4" async-trait = "0.1.74" url = "2.5.0" aws-config = { version = "0.56.1", default-features = false, optional = true }