diff --git a/Cargo.lock b/Cargo.lock index a6654b1..d658add 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -44,9 +44,9 @@ dependencies = [ [[package]] name = "backon" -version = "1.3.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5289ec98f68f28dd809fd601059e6aa908bb8f6108620930828283d4ee23d7" +checksum = "fd0b50b1b78dbadd44ab18b3c794e496f3a139abb9fbc27d9c94c4eebbb96496" dependencies = [ "fastrand", "gloo-timers", diff --git a/Cargo.toml b/Cargo.toml index f02f09e..7cfeb27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ url = { version = "2.5.0", features = ["serde"], optional = true } tracing = { version = "0.1.36", features = ["log"], optional = true } tokio = { version = "1.12.0", features = ["full"], optional = true } camino = { version = "1.1.6", optional = true } -backon = { version = "1.2.0", optional = true } +backon = { version = "1.5.0", optional = true } [lints.clippy] result_large_err = "allow"