diff --git a/Cargo.lock b/Cargo.lock index c0f5283..b084e90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2031,9 +2031,9 @@ dependencies = [ [[package]] name = "tokio-retry2" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de2537bbad4f8b2d4237cdab9e7c4948a1f74744e45f54144eeccd05d3ad955" +checksum = "ae5ed96d30859f64c721d9155b66c53c39867e2ced2f0614ba61da5665440b0a" dependencies = [ "pin-project", "rand", diff --git a/gitlab-runner/Cargo.toml b/gitlab-runner/Cargo.toml index e85cbef..5517fec 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.7.0", features = ["jitter"] } [dev-dependencies] tokio = { version = "1.44.2", features = [ "full", "test-util" ] }