diff --git a/Cargo.lock b/Cargo.lock index 8167897..f700eb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2298,9 +2298,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.24.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc2933cea20ebe622c37a945661ae6c460ef2324cf2eb3246be01a49bf59a412" +checksum = "a0bc095e456c43e3afe5a53cdcf11aae1965663b941f7a5efb49b6ef53ce8529" dependencies = [ "arc-swap", "async-trait", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 9b60b8a..9307dcc 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -50,7 +50,7 @@ futures = "0.3.27" lazy_static = "1.4.0" html5ever = "0.26.0" html5gum = "0.5.3" -octocrab = "0.24.0" +octocrab = "0.25.1" ip_network = "0.4.1" secrecy = "0.8.0" hyper = "0.14.26"