Bump octocrab from 0.42.1 to 0.43.0
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.42.1 to 0.43.0. - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.42.1...v0.43.0) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
dbdd07c4a4
commit
f3ac590f5d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1522,9 +1522,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "octocrab"
|
name = "octocrab"
|
||||||
version = "0.42.1"
|
version = "0.43.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558"
|
checksum = "27527d68322f4c603319f7958973db8f9fa4be62c0e3fafe084f5562cf6353df"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -24,7 +24,7 @@ serde_json = "1.0.134"
|
|||||||
roux = "2.2.13"
|
roux = "2.2.13"
|
||||||
structstruck = "0.4.1"
|
structstruck = "0.4.1"
|
||||||
reqwest = { version = "0.12.12", features = ["json"] }
|
reqwest = { version = "0.12.12", features = ["json"] }
|
||||||
octocrab = "0.42.1"
|
octocrab = "0.43.0"
|
||||||
tempfile = "3.15.0"
|
tempfile = "3.15.0"
|
||||||
self-replace = "1.5.0"
|
self-replace = "1.5.0"
|
||||||
zip = "2.2.2"
|
zip = "2.2.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user