mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-15 17:23:10 +00:00
Merge pull request #889 from lycheeverse/dependabot/cargo/octocrab-0.18.1
This commit is contained in:
commit
6c6f8afd98
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue