chore(deps): bump reqwest from 0.12.9 to 0.12.11
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to 0.12.11. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.9...v0.12.11) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9bb519340b
commit
4d6d54913e
1 changed files with 32 additions and 10 deletions
42
Cargo.lock
generated
42
Cargo.lock
generated
|
|
@ -376,7 +376,7 @@ dependencies = [
|
|||
"rayon",
|
||||
"regex",
|
||||
"requestty",
|
||||
"reqwest 0.12.9",
|
||||
"reqwest 0.12.11",
|
||||
"rstest",
|
||||
"rusty-hook",
|
||||
"semver",
|
||||
|
|
@ -416,7 +416,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"os_pipe",
|
||||
"rand",
|
||||
"reqwest 0.12.9",
|
||||
"reqwest 0.12.11",
|
||||
"rstest",
|
||||
"semver",
|
||||
"serde",
|
||||
|
|
@ -441,7 +441,7 @@ dependencies = [
|
|||
"log",
|
||||
"miette",
|
||||
"oci-distribution",
|
||||
"reqwest 0.12.9",
|
||||
"reqwest 0.12.11",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yml",
|
||||
|
|
@ -729,7 +729,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2174,7 +2174,7 @@ dependencies = [
|
|||
"percent-encoding",
|
||||
"referencing",
|
||||
"regex-syntax",
|
||||
"reqwest 0.12.9",
|
||||
"reqwest 0.12.11",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"uuid-simd",
|
||||
|
|
@ -2771,7 +2771,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"olpc-cjson",
|
||||
"regex",
|
||||
"reqwest 0.12.9",
|
||||
"reqwest 0.12.11",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
|
|
@ -3608,9 +3608,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.12.9"
|
||||
version = "0.12.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
|
||||
checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
|
|
@ -3642,6 +3642,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"tokio-rustls 0.26.0",
|
||||
"tokio-util",
|
||||
"tower",
|
||||
"tower-service",
|
||||
"url",
|
||||
"wasm-bindgen",
|
||||
|
|
@ -4251,7 +4252,7 @@ dependencies = [
|
|||
"rand",
|
||||
"regex",
|
||||
"reqwest 0.11.27",
|
||||
"reqwest 0.12.9",
|
||||
"reqwest 0.12.11",
|
||||
"ring",
|
||||
"rsa",
|
||||
"rustls-webpki 0.102.8",
|
||||
|
|
@ -4821,6 +4822,27 @@ dependencies = [
|
|||
"walkdir",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tower"
|
||||
version = "0.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"pin-project-lite",
|
||||
"sync_wrapper 1.0.2",
|
||||
"tokio",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tower-layer"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
||||
|
||||
[[package]]
|
||||
name = "tower-service"
|
||||
version = "0.3.3"
|
||||
|
|
@ -5256,7 +5278,7 @@ version = "0.1.9"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue