diff --git a/git-checks/Cargo.toml b/git-checks/Cargo.toml index d0dcf7d273872a10adcd595580ead972b41f85a9..2793562ca4fbc50d6636548ece3db23e5a75137f 100644 --- a/git-checks/Cargo.toml +++ b/git-checks/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "^1.0", features = ["derive"], optional = true } # https://github.com/stusmall/ttl_cache/pull/24 linked-hash-map = "^0.5.3" # Pin to a lower version. -tokio = { version = "^1.39.0", features = ["rt"] } +tokio = { version = "^1.43.1", features = ["rt"] } # Avoid an old dependency on `idna`. url = "^2.5.4" # Avoid transitive dependencies on `failure` and `atty`