diff --git a/Cargo.lock b/Cargo.lock index afe7873..97f4f12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2258,9 +2258,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b4c8222d7c7c3a1a14b76cd365b220f738dd789fdbf52dd3eb71488290e52b7" +checksum = "55f21c2c98d2c7556e4bbacac59eb3d7449ef6a9b0f14d3aa348f692f4e851f6" dependencies = [ "arc-swap", "async-trait", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 93ab687..3cf7775 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -50,7 +50,7 @@ futures = "0.3.25" lazy_static = "1.4.0" html5ever = "0.26.0" html5gum = "0.5.2" -octocrab = "0.18.0" +octocrab = "0.18.1" ip_network = "0.4.1" secrecy = "0.8.0"