mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
fix(deps): update rust crate octocrab to 0.45.0 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8e77d7f4a0
commit
92cdd63110
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2526,9 +2526,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "octocrab"
|
||||
version = "0.44.1"
|
||||
version = "0.45.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "86996964f8b721067b6ed238aa0ccee56ecad6ee5e714468aa567992d05d2b91"
|
||||
checksum = "e9142159757f166a7b20e3dcd410a5af008a63747c73e836a01fa4f7af84d2c4"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"async-trait",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ convert_case = "0.8.0"
|
|||
env_logger = "0.11.5"
|
||||
git2 = "0.20.0"
|
||||
log.workspace = true
|
||||
octocrab = "0.44.1"
|
||||
octocrab = "0.45.0"
|
||||
prettyplease = "0.2.25"
|
||||
proc-macro2 = "1.0.92"
|
||||
quote = "1.0.37"
|
||||
|
|
|
|||
Loading…
Reference in a new issue