diff --git a/Cargo.lock b/Cargo.lock index c0f5283..151a4ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2031,9 +2031,9 @@ dependencies = [ [[package]] name = "tokio-retry2" -version = "0.6.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de2537bbad4f8b2d4237cdab9e7c4948a1f74744e45f54144eeccd05d3ad955" +checksum = "0266d56e57e6b29becbfce5daa6add8730941ca8192ddd7c24d25bf90c32a743" dependencies = [ "pin-project", "rand", diff --git a/gitlab-runner/Cargo.toml b/gitlab-runner/Cargo.toml index e85cbef..aaa1779 100644 --- a/gitlab-runner/Cargo.toml +++ b/gitlab-runner/Cargo.toml @@ -34,7 +34,7 @@ sha2 = "0.10.9" hmac = "0.12.1" rand = "0.9.0" tokio-util = { version = "0.7.10", features = [ "io" ] } -tokio-retry2 = { version = "0.6.0", features = ["jitter"] } +tokio-retry2 = { version = "0.9.1", features = ["jitter"] } [dev-dependencies] tokio = { version = "1.44.2", features = [ "full", "test-util" ] }