Bump octocrab from 0.18.1 to 0.19.0 (#1009)

Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/octocrab@0.18.1...octocrab@0.19.0)

---
updated-dependencies:
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-21 15:23:05 +01:00 committed by GitHub
parent a80045bff8
commit b6f1bf2414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 33 deletions

36
Cargo.lock generated
View file

@ -369,12 +369,6 @@ version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
[[package]]
name = "base64"
version = "0.21.0"
@ -1691,22 +1685,6 @@ dependencies = [
"tokio-native-tls",
]
[[package]]
name = "hyperx"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5617e92fc2f2501c3e2bc6ce547cad841adba2bae5b921c7e52510beca6d084c"
dependencies = [
"base64 0.13.1",
"bytes",
"http",
"httpdate",
"language-tags",
"mime",
"percent-encoding",
"unicase",
]
[[package]]
name = "iana-time-zone"
version = "0.1.53"
@ -1900,12 +1878,6 @@ dependencies = [
"log",
]
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "lazy_static"
version = "1.4.0"
@ -2265,18 +2237,17 @@ dependencies = [
[[package]]
name = "octocrab"
version = "0.18.1"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55f21c2c98d2c7556e4bbacac59eb3d7449ef6a9b0f14d3aa348f692f4e851f6"
checksum = "496442a5ec5ad38376a0c49bc0f31ba55dbda5276cf12757498c378c3bc2ea1c"
dependencies = [
"arc-swap",
"async-trait",
"base64 0.20.0",
"base64 0.21.0",
"bytes",
"cfg-if",
"chrono",
"either",
"hyperx",
"jsonwebtoken",
"once_cell",
"reqwest",
@ -2285,6 +2256,7 @@ dependencies = [
"serde_json",
"serde_path_to_error",
"snafu",
"tracing",
"url",
]

View file

@ -50,7 +50,7 @@ futures = "0.3.27"
lazy_static = "1.4.0"
html5ever = "0.26.0"
html5gum = "0.5.2"
octocrab = "0.18.1"
octocrab = "0.19.0"
ip_network = "0.4.1"
secrecy = "0.8.0"
hyper = "0.14.25"