Update all dependencies
This commit is contained in:
parent
b5cbe8d7a9
commit
28a7b6f2ab
42
Cargo.lock
generated
42
Cargo.lock
generated
@ -90,12 +90,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"
|
||||
@ -171,9 +165,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.1.11"
|
||||
version = "4.1.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098"
|
||||
checksum = "76e21918af71fb4bcd813230cf549e33d14f73d0326b932b630ce2930332b131"
|
||||
dependencies = [
|
||||
"bitflags 2.0.2",
|
||||
"clap_lex",
|
||||
@ -593,22 +587,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"
|
||||
@ -735,12 +713,6 @@ dependencies = [
|
||||
"simple_asn1",
|
||||
]
|
||||
|
||||
[[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"
|
||||
@ -964,20 +936,19 @@ 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",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"hyperx",
|
||||
"jsonwebtoken",
|
||||
"once_cell",
|
||||
"reqwest",
|
||||
@ -986,6 +957,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serde_path_to_error",
|
||||
"snafu",
|
||||
"tracing",
|
||||
"url",
|
||||
]
|
||||
|
||||
@ -1005,7 +977,7 @@ dependencies = [
|
||||
name = "octopush_cli"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap 4.1.11",
|
||||
"clap 4.1.12",
|
||||
"eyre",
|
||||
"octopush_core",
|
||||
"octopush_infra",
|
||||
|
@ -13,4 +13,4 @@ eyre = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
clap = { version = "4.1.11", features = ["env"] }
|
||||
clap = { version = "4.1.12", features = ["env"] }
|
||||
|
@ -21,4 +21,4 @@ git2 = { version = "0.16.1", features = [
|
||||
] }
|
||||
serde = { version = "1.0.158", features = ["derive"] }
|
||||
serde_yaml = "0.9.19"
|
||||
octocrab = { version = "0.18.1", features = ["futures-core", "futures-util"] }
|
||||
octocrab = { version = "0.19.0", features = ["futures-core", "futures-util"] }
|
||||
|
Loading…
Reference in New Issue
Block a user