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 }