mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-04 19:50:19 +00:00
chore(deps): update rust crate reqwest to 0.11.18 (#331)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
aeae703229
commit
17fa81c920
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3166,9 +3166,9 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.11.14"
|
||||
version = "0.11.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
|
||||
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
||||
dependencies = [
|
||||
"base64 0.21.0",
|
||||
"bytes",
|
||||
|
@ -38,7 +38,7 @@ anyhow = "1.0.66"
|
||||
thiserror = "1.0.37"
|
||||
|
||||
[dev-dependencies]
|
||||
reqwest = "0.11.13"
|
||||
reqwest = "0.11.18"
|
||||
bytes = "1.3.0"
|
||||
tokio = { version = "1.22.0", features = ["rt", "macros"] }
|
||||
once_cell = "1.16.0"
|
||||
|
Loading…
Reference in New Issue
Block a user